#337F02

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

Shades of Bilbao #337F02

Tints of Bilbao #337F02

Color information

#337F02 (or 0x337F02) is unknown color: approx Bilbao. HEX triplet: 33, 7F and 02. RGB value is (51,127,2). Sum of RGB (Red+Green+Blue) = 51+127+2=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #337F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F02 is #CC80FD. Grayscale: #5A5A5A. Windows color (decimal): -13402366 or 163635. OLE color: 163635.

HSL color Cylindrical-coordinate representation of color #337F02: hue angle of 96.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #337F02 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB511272-
CMYK0.6000.980.50
HSL96.48º96.9%25.29%-
HSV(B)96.48º98.43%49.8%-
XYZ8.9715.892.65-
YUV90.0378.32100.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 127 (50% from 255) = 70.56%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=28.33%
G=70.56%
B=1.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5112720.6000.980.5096.4896.925.29
Hex337F23C06232606119
Octal6317727401426214014131
Binary110011111111110111100011000101100101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F02; }

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

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

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

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

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

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

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

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