#3D7524

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

Shades of Bilbao #3D7524

Tints of Bilbao #3D7524

Color information

#3D7524 (or 0x3D7524) is unknown color: approx Bilbao. HEX triplet: 3D, 75 and 24. RGB value is (61,117,36). Sum of RGB (Red+Green+Blue) = 61+117+36=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7524 is #C28ADB. Grayscale: #5B5B5B. Windows color (decimal): -12749532 or 2389309. OLE color: 2389309.

HSL color Cylindrical-coordinate representation of color #3D7524: hue angle of 101.48º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D7524 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB6111736-
CMYK0.4800.690.54
HSL101.48º52.94%30%-
HSV(B)101.48º69.23%45.88%-
XYZ8.613.843.89-
YUV91.0296.95106.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=28.50%
G=54.67%
B=16.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117360.4800.690.54101.4852.9430
Hex3D7524300453665351e
Octal7516544600105661456536
Binary111101111010110010011000001000101110110110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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