#3D6F27

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

Shades of Bilbao #3D6F27

Tints of Bilbao #3D6F27

Color information

#3D6F27 (or 0x3D6F27) is unknown color: approx Bilbao. HEX triplet: 3D, 6F and 27. RGB value is (61,111,39). Sum of RGB (Red+Green+Blue) = 61+111+39=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #3D6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6F27 is #C290D8. Grayscale: #585858. Windows color (decimal): -12751065 or 2584381. OLE color: 2584381.

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

Color convert

RGB6111139-
CMYK0.4500.650.56
HSL101.67º48%29.41%-
HSV(B)101.67º64.86%43.53%-
XYZ7.9812.513.91-
YUV87.84100.44108.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=28.91%
G=52.61%
B=18.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111390.4500.650.56101.674829.41
Hex3D6F272D0413866301d
Octal7515747550101701466035
Binary111101110111110011110110101000001111000110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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