#3D7620

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

Shades of Bilbao #3D7620

Tints of Bilbao #3D7620

Color information

#3D7620 (or 0x3D7620) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 20. RGB value is (61,118,32). Sum of RGB (Red+Green+Blue) = 61+118+32=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7620 is #C289DF. Grayscale: #5B5B5B. Windows color (decimal): -12749280 or 2127421. OLE color: 2127421.

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

Color convert

RGB6111832-
CMYK0.4800.730.54
HSL99.77º57.33%29.41%-
HSV(B)99.77º72.88%46.27%-
XYZ8.6614.053.62-
YUV91.1594.62106.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=28.91%
G=55.92%
B=15.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118320.4800.730.5499.7757.3329.41
Hex3D7620300493664391d
Octal7516640600111661447135
Binary111101111011010000011000001001001110110110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,32); }

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

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

 a { background-color: rgb(61,118,32); }

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

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

 span { border-color: rgb(61,118,32); }

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