#3F6F28

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

Shades of Bilbao #3F6F28

Tints of Bilbao #3F6F28

Color information

#3F6F28 (or 0x3F6F28) is unknown color: approx Bilbao. HEX triplet: 3F, 6F and 28. RGB value is (63,111,40). Sum of RGB (Red+Green+Blue) = 63+111+40=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F28 is #C090D7. Grayscale: #585858. Windows color (decimal): -12619992 or 2649919. OLE color: 2649919.

HSL color Cylindrical-coordinate representation of color #3F6F28: hue angle of 100.56º 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 #3F6F28 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB6311140-
CMYK0.4300.640.56
HSL100.56º47.02%29.61%-
HSV(B)100.56º63.96%43.53%-
XYZ8.1212.584.01-
YUV88.55100.6109.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=29.44%
G=51.87%
B=18.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111400.4300.640.56100.5647.0229.61
Hex3F6F282B04038652f1e
Octal7715750530100701455736
Binary111111110111110100010101101000000111000110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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