#337008

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

Shades of Bilbao #337008

Tints of Bilbao #337008

Color information

#337008 (or 0x337008) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 08. RGB value is (51,112,8). Sum of RGB (Red+Green+Blue) = 51+112+8=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #337008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337008 is #CC8FF7. Grayscale: #525252. Windows color (decimal): -13406200 or 553011. OLE color: 553011.

HSL color Cylindrical-coordinate representation of color #337008: hue angle of 95.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #337008 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB511128-
CMYK0.5400.930.56
HSL95.19º86.67%23.53%-
HSV(B)95.19º92.86%43.92%-
XYZ7.212.312.23-
YUV81.986.29105.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 112 (44.14% from 255) = 65.50%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=29.82%
G=65.50%
B=4.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111280.5400.930.5695.1986.6723.53
Hex337083605D385f5718
Octal63160106601357013712730
Binary11001111100001000110110010111011110001011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337008; }

 p { color: rgb(51,112,8); }

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

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

 a { background-color: rgb(51,112,8); }

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

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

 span { border-color: rgb(51,112,8); }

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