#337600

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

Shades of Bilbao #337600

Tints of Bilbao #337600

Color information

#337600 (or 0x337600) is unknown color: approx Bilbao. HEX triplet: 33, 76 and 00. RGB value is (51,118,0). Sum of RGB (Red+Green+Blue) = 51+118+0=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #337600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337600 is #CC89FF. Grayscale: #545454. Windows color (decimal): -13404672 or 30259. OLE color: 30259.

HSL color Cylindrical-coordinate representation of color #337600: hue angle of 94.07º 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 #337600 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB511180-
CMYK0.57010.54
HSL94.07º100%23.14%-
HSV(B)94.07º100%46.27%-
XYZ7.8413.662.22-
YUV84.5180.3104.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 118 (46.48% from 255) = 69.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.18%
G=69.82%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111800.57010.5494.0710023.14
Hex3376039064365e6417
Octal6316607101446613614427
Binary11001111101100111001011001001101101011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337600; }

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

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

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

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

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

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

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

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