#337500

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

Shades of Bilbao #337500

Tints of Bilbao #337500

Color information

#337500 (or 0x337500) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 00. RGB value is (51,117,0). Sum of RGB (Red+Green+Blue) = 51+117+0=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #337500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337500 is #CC8AFF. Grayscale: #545454. Windows color (decimal): -13404928 or 30003. OLE color: 30003.

HSL color Cylindrical-coordinate representation of color #337500: hue angle of 93.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #337500 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB511170-
CMYK0.56010.54
HSL93.85º100%22.94%-
HSV(B)93.85º100%45.88%-
XYZ7.7313.432.18-
YUV83.9380.63104.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 117 (46.09% from 255) = 69.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.36%
G=69.64%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111700.56010.5493.8510022.94
Hex3375038064365e6417
Octal6316507001446613614427
Binary11001111101010111000011001001101101011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337500; }

 p { color: rgb(51,117,0); }

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

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

 a { background-color: rgb(51,117,0); }

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

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

 span { border-color: rgb(51,117,0); }

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