#33720B

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

Shades of Bilbao #33720B

Tints of Bilbao #33720B

Color information

#33720B (or 0x33720B) is unknown color: approx Bilbao. HEX triplet: 33, 72 and 0B. RGB value is (51,114,11). Sum of RGB (Red+Green+Blue) = 51+114+11=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #33720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33720B is #CC8DF4. Grayscale: #535353. Windows color (decimal): -13405685 or 750131. OLE color: 750131.

HSL color Cylindrical-coordinate representation of color #33720B: hue angle of 96.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33720B is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5111411-
CMYK0.5500.900.55
HSL96.7º82.4%24.51%-
HSV(B)96.7º90.35%44.71%-
XYZ7.4412.762.39-
YUV83.4287.13104.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 114 (44.92% from 255) = 64.77%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=28.98%
G=64.77%
B=6.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114110.5500.900.5596.782.424.51
Hex3372B3705A37615219
Octal63162136701326714112231
Binary11001111100101011110111010110101101111100001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33720B; }

 p { color: rgb(51,114,11); }

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

<style>
 a { background-color: #33720B; }

 a { background-color: rgb(51,114,11); }

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

<style>
 span { border-color: #33720B; }

 span { border-color: rgb(51,114,11); }

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