#33730B

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

Shades of Bilbao #33730B

Tints of Bilbao #33730B

Color information

#33730B (or 0x33730B) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 0B. RGB value is (51,115,11). Sum of RGB (Red+Green+Blue) = 51+115+11=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #33730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33730B is #CC8CF4. Grayscale: #545454. Windows color (decimal): -13405429 or 750387. OLE color: 750387.

HSL color Cylindrical-coordinate representation of color #33730B: hue angle of 96.92º degrees, saturation: 0.83, 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 #33730B is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5111511-
CMYK0.5600.900.55
HSL96.92º82.54%24.71%-
HSV(B)96.92º90.43%45.1%-
XYZ7.5612.992.43-
YUV84.0186.8104.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 115 (45.31% from 255) = 64.97%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=28.81%
G=64.97%
B=6.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115110.5600.900.5596.9282.5424.71
Hex3373B3805A37615319
Octal63163137001326714112331
Binary11001111100111011111000010110101101111100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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