#3D711F

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

Shades of Bilbao #3D711F

Tints of Bilbao #3D711F

Color information

#3D711F (or 0x3D711F) is unknown color: approx Bilbao. HEX triplet: 3D, 71 and 1F. RGB value is (61,113,31). Sum of RGB (Red+Green+Blue) = 61+113+31=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #3D711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D711F is #C28EE0. Grayscale: #585858. Windows color (decimal): -12750561 or 2060605. OLE color: 2060605.

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

Color convert

RGB6111331-
CMYK0.4600.730.56
HSL98.05º56.94%28.24%-
HSV(B)98.05º72.57%44.31%-
XYZ8.0812.93.36-
YUV88.195.77108.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.76%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=29.76%
G=55.12%
B=15.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113310.4600.730.5698.0556.9428.24
Hex3D711F2E0493862391c
Octal7516137560111701427134
Binary11110111100011111110111001001001111000110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,31); }

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

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

 a { background-color: rgb(61,113,31); }

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

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

 span { border-color: rgb(61,113,31); }

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