#3F7028

Color #3F7028 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3F7028

Tints of Bilbao #3F7028

Color information

#3F7028 (or 0x3F7028) is unknown color: approx Bilbao. HEX triplet: 3F, 70 and 28. RGB value is (63,112,40). Sum of RGB (Red+Green+Blue) = 63+112+40=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7028 is #C08FD7. Grayscale: #595959. Windows color (decimal): -12619736 or 2650175. OLE color: 2650175.

HSL color Cylindrical-coordinate representation of color #3F7028: hue angle of 100.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F7028 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB6311240-
CMYK0.4400.640.56
HSL100.83º47.37%29.8%-
HSV(B)100.83º64.29%43.92%-
XYZ8.2312.84.04-
YUV89.14100.27109.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=29.30%
G=52.09%
B=18.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112400.4400.640.56100.8347.3729.8
Hex3F70282C04038652f1e
Octal7716050540100701455736
Binary111111111000010100010110001000000111000110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7028; }

 p { color: rgb(63,112,40); }

 H1.HeaderClassName
 {
   color: #3F7028;
 }
 .AnyTagClassName
 {
   color: #3F7028;
 }
</style>
background-color css

<style>
 a { background-color: #3F7028; }

 a { background-color: rgb(63,112,40); }

 div.DivClassName
 {
   background-color: #3F7028;
 }
 .BgClassName
 {
   background-color: #3F7028;
 }
</style>
border-color css

<style>
 span { border-color: #3F7028; }

 span { border-color: rgb(63,112,40); }

 td.TdClassName
 {
   border-color: #3F7028;
 }
 .TagClassName
 {
   border-color: #3F7028;
 }
</style>