#33730C

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

Shades of Bilbao #33730C

Tints of Bilbao #33730C

Color information

#33730C (or 0x33730C) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 0C. RGB value is (51,115,12). Sum of RGB (Red+Green+Blue) = 51+115+12=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #33730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33730C is #CC8CF3. Grayscale: #545454. Windows color (decimal): -13405428 or 815923. OLE color: 815923.

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

Color convert

RGB5111512-
CMYK0.5600.900.55
HSL97.28º81.1%24.9%-
HSV(B)97.28º89.57%45.1%-
XYZ7.5612.992.46-
YUV84.1287.3104.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 115 (45.31% from 255) = 64.61%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=28.65%
G=64.61%
B=6.74%

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
Decimal51115120.5600.900.5597.2881.124.9
Hex3373C3805A37615119
Octal63163147001326714112131
Binary11001111100111100111000010110101101111100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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