#33711E

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

Shades of Bilbao #33711E

Tints of Bilbao #33711E

Color information

#33711E (or 0x33711E) is unknown color: approx Bilbao. HEX triplet: 33, 71 and 1E. RGB value is (51,113,30). Sum of RGB (Red+Green+Blue) = 51+113+30=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #33711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33711E is #CC8EE1. Grayscale: #555555. Windows color (decimal): -13405922 or 1995059. OLE color: 1995059.

HSL color Cylindrical-coordinate representation of color #33711E: hue angle of 104.82º degrees, saturation: 0.58, 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 #33711E is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB5111330-
CMYK0.5500.730.56
HSL104.82º58.04%28.04%-
HSV(B)104.82º73.45%44.31%-
XYZ7.512.613.27-
YUV8596.96103.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 113 (44.53% from 255) = 58.25%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=26.29%
G=58.25%
B=15.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113300.5500.730.56104.8258.0428.04
Hex33711E3704938693a1c
Octal6316136670111701517234
Binary11001111100011111011011101001001111000110100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33711E; }

 p { color: rgb(51,113,30); }

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

<style>
 a { background-color: #33711E; }

 a { background-color: rgb(51,113,30); }

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

<style>
 span { border-color: #33711E; }

 span { border-color: rgb(51,113,30); }

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