#33770c

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

Shades of Bilbao #33770C

Tints of Bilbao #33770C

Color information

#33770C (or 0x33770C) is unknown color: approx Bilbao. HEX triplet: 33, 77 and 0C. RGB value is (51,119,12). Sum of RGB (Red+Green+Blue) = 51+119+12=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #33770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33770C is #CC88F3. Grayscale: #565656. Windows color (decimal): -13404404 or 816947. OLE color: 816947.

HSL color Cylindrical-coordinate representation of color #33770C: hue angle of 98.13º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33770C is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB5111912-
CMYK0.5700.900.53
HSL98.13º81.68%25.69%-
HSV(B)98.13º89.92%46.67%-
XYZ8.0313.922.61-
YUV86.4785.97102.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 119 (46.88% from 255) = 65.38%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=28.02%
G=65.38%
B=6.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119120.5700.900.5398.1381.6825.69
Hex3377C3905A3562521a
Octal63167147101326514212232
Binary11001111101111100111001010110101101011100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33770c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33770c; }

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

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

<style>
 a { background-color: #33770c; }

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

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

<style>
 span { border-color: #33770c; }

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

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