#3F6F27

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

Shades of Bilbao #3F6F27

Tints of Bilbao #3F6F27

Color information

#3F6F27 (or 0x3F6F27) is unknown color: approx Bilbao. HEX triplet: 3F, 6F and 27. RGB value is (63,111,39). Sum of RGB (Red+Green+Blue) = 63+111+39=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F27 is #C090D8. Grayscale: #585858. Windows color (decimal): -12619993 or 2584383. OLE color: 2584383.

HSL color Cylindrical-coordinate representation of color #3F6F27: hue angle of 100º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F6F27 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6311139-
CMYK0.4300.650.56
HSL100º48%29.41%-
HSV(B)100º64.86%43.53%-
XYZ8.112.573.92-
YUV88.44100.1109.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=29.58%
G=52.11%
B=18.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111390.4300.650.561004829.41
Hex3F6F272B0413864301d
Octal7715747530101701446035
Binary111111110111110011110101101000001111000110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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