#3D7224

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

Shades of Bilbao #3D7224

Tints of Bilbao #3D7224

Color information

#3D7224 (or 0x3D7224) is unknown color: approx Bilbao. HEX triplet: 3D, 72 and 24. RGB value is (61,114,36). Sum of RGB (Red+Green+Blue) = 61+114+36=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7224 is #C28DDB. Grayscale: #595959. Windows color (decimal): -12750300 or 2388541. OLE color: 2388541.

HSL color Cylindrical-coordinate representation of color #3D7224: hue angle of 100.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D7224 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB6111436-
CMYK0.4600.680.55
HSL100.77º52%29.41%-
HSV(B)100.77º68.42%44.71%-
XYZ8.2613.153.77-
YUV89.2697.94107.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=28.91%
G=54.03%
B=17.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114360.4600.680.55100.775229.41
Hex3D72242E0443765341d
Octal7516244560104671456435
Binary111101111001010010010111001000100110111110010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,36); }

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

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

 a { background-color: rgb(61,114,36); }

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

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

 span { border-color: rgb(61,114,36); }

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