#337007

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

Shades of Bilbao #337007

Tints of Bilbao #337007

Color information

#337007 (or 0x337007) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 07. RGB value is (51,112,7). Sum of RGB (Red+Green+Blue) = 51+112+7=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #337007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337007 is #CC8FF8. Grayscale: #525252. Windows color (decimal): -13406201 or 487475. OLE color: 487475.

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

Color convert

RGB511127-
CMYK0.5400.940.56
HSL94.86º88.24%23.33%-
HSV(B)94.86º93.75%43.92%-
XYZ7.212.312.2-
YUV81.7985.79106.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 65.88%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=30%
G=65.88%
B=4.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111270.5400.940.5694.8688.2423.33
Hex337073605E385f5817
Octal6316076601367013713027
Binary1100111110000111110110010111101110001011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337007; }

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

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

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

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

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

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

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

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