#3F7B28

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

Shades of Bilbao #3F7B28

Tints of Bilbao #3F7B28

Color information

#3F7B28 (or 0x3F7B28) is unknown color: approx Bilbao. HEX triplet: 3F, 7B and 28. RGB value is (63,123,40). Sum of RGB (Red+Green+Blue) = 63+123+40=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7B28 is #C084D7. Grayscale: #5F5F5F. Windows color (decimal): -12616920 or 2652991. OLE color: 2652991.

HSL color Cylindrical-coordinate representation of color #3F7B28: hue angle of 103.37º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7B28 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB6312340-
CMYK0.4900.670.52
HSL103.37º50.92%31.96%-
HSV(B)103.37º67.48%48.24%-
XYZ9.5215.384.47-
YUV95.696.62104.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=27.88%
G=54.42%
B=17.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63123400.4900.670.52103.3750.9231.96
Hex3F7B283104334673320
Octal7717350610103641476340
Binary1111111111011101000110001010000111101001100111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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