#337506

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

Shades of Bilbao #337506

Tints of Bilbao #337506

Color information

#337506 (or 0x337506) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 06. RGB value is (51,117,6). Sum of RGB (Red+Green+Blue) = 51+117+6=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #337506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337506 is #CC8AF9. Grayscale: #545454. Windows color (decimal): -13404922 or 423219. OLE color: 423219.

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

Color convert

RGB511176-
CMYK0.5600.950.54
HSL95.68º90.24%24.12%-
HSV(B)95.68º94.87%45.88%-
XYZ7.7613.442.36-
YUV84.6183.63104.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=29.31%
G=67.24%
B=3.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111760.5600.950.5495.6890.2424.12
Hex337563805F36605a18
Octal6316567001376614013230
Binary1100111110101110111000010111111101101100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337506; }

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

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

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

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

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

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

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

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