#337507

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

Shades of Bilbao #337507

Tints of Bilbao #337507

Color information

#337507 (or 0x337507) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 07. RGB value is (51,117,7). Sum of RGB (Red+Green+Blue) = 51+117+7=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #337507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337507 is #CC8AF8. Grayscale: #555555. Windows color (decimal): -13404921 or 488755. OLE color: 488755.

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

Color convert

RGB511177-
CMYK0.5600.940.54
HSL96º88.71%24.31%-
HSV(B)96º94.02%45.88%-
XYZ7.7613.442.39-
YUV84.7384.13103.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 7 (3.12% from 255) = 4%
R=29.14%
G=66.86%
B=4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111770.5600.940.549688.7124.31
Hex337573805E36605918
Octal6316577001366614013130
Binary1100111110101111111000010111101101101100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337507; }

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

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

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

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

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

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

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

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