#33690C

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

Shades of Bilbao #33690C

Tints of Bilbao #33690C

Color information

#33690C (or 0x33690C) is unknown color: approx Bilbao. HEX triplet: 33, 69 and 0C. RGB value is (51,105,12). Sum of RGB (Red+Green+Blue) = 51+105+12=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #33690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33690C is #CC96F3. Grayscale: #4E4E4E. Windows color (decimal): -13407988 or 813363. OLE color: 813363.

HSL color Cylindrical-coordinate representation of color #33690C: hue angle of 94.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33690C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB5110512-
CMYK0.5100.890.59
HSL94.84º79.49%22.94%-
HSV(B)94.84º88.57%41.18%-
XYZ6.4810.832.1-
YUV78.2590.61108.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 105 (41.41% from 255) = 62.5%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=30.36%
G=62.5%
B=7.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105120.5100.890.5994.8479.4922.94
Hex3369C330593B5f4f17
Octal63151146301317313711727
Binary11001111010011100110011010110011110111011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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