#33680F

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

Shades of Bilbao #33680F

Tints of Bilbao #33680F

Color information

#33680F (or 0x33680F) is unknown color: approx Bilbao. HEX triplet: 33, 68 and 0F. RGB value is (51,104,15). Sum of RGB (Red+Green+Blue) = 51+104+15=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #33680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33680F is #CC97F0. Grayscale: #4E4E4E. Windows color (decimal): -13408241 or 1009715. OLE color: 1009715.

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

Color convert

RGB5110415-
CMYK0.5100.860.59
HSL95.73º74.79%23.33%-
HSV(B)95.73º85.58%40.78%-
XYZ6.410.642.17-
YUV78.0192.44108.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=30%
G=61.18%
B=8.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104150.5100.860.5995.7374.7923.33
Hex3368F330563B604b17
Octal63150176301267314011327
Binary11001111010001111110011010101101110111100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33680F; }

 p { color: rgb(51,104,15); }

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

<style>
 a { background-color: #33680F; }

 a { background-color: rgb(51,104,15); }

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

<style>
 span { border-color: #33680F; }

 span { border-color: rgb(51,104,15); }

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