#337002

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

Shades of Bilbao #337002

Tints of Bilbao #337002

Color information

#337002 (or 0x337002) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 02. RGB value is (51,112,2). Sum of RGB (Red+Green+Blue) = 51+112+2=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #337002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337002 is #CC8FFD. Grayscale: #515151. Windows color (decimal): -13406206 or 159795. OLE color: 159795.

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

Color convert

RGB511122-
CMYK0.5400.980.56
HSL93.27º96.49%22.35%-
HSV(B)93.27º98.21%43.92%-
XYZ7.1712.32.05-
YUV81.2283.29106.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=30.91%
G=67.88%
B=1.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111220.5400.980.5693.2796.4922.35
Hex3370236062385d6016
Octal6316026601427013514026
Binary110011111000010110110011000101110001011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337002; }

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

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

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

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

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

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

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

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