#3B711F

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

Shades of Bilbao #3B711F

Tints of Bilbao #3B711F

Color information

#3B711F (or 0x3B711F) is unknown color: approx Bilbao. HEX triplet: 3B, 71 and 1F. RGB value is (59,113,31). Sum of RGB (Red+Green+Blue) = 59+113+31=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #3B711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B711F is #C48EE0. Grayscale: #575757. Windows color (decimal): -12881633 or 2060603. OLE color: 2060603.

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

Color convert

RGB5911331-
CMYK0.4800.730.56
HSL99.51º56.94%28.24%-
HSV(B)99.51º72.57%44.31%-
XYZ7.9612.843.36-
YUV87.5196.11107.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=29.06%
G=55.67%
B=15.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113310.4800.730.5699.5156.9428.24
Hex3B711F300493864391c
Octal7316137600111701447134
Binary11101111100011111111000001001001111000110010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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