#337F03

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

Shades of Bilbao #337F03

Tints of Bilbao #337F03

Color information

#337F03 (or 0x337F03) is unknown color: approx Bilbao. HEX triplet: 33, 7F and 03. RGB value is (51,127,3). Sum of RGB (Red+Green+Blue) = 51+127+3=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 127 (50% from 255 or 70.17% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 127 - color contains mainly: green. Hex color #337F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F03 is #CC80FC. Grayscale: #5A5A5A. Windows color (decimal): -13402365 or 229171. OLE color: 229171.

HSL color Cylindrical-coordinate representation of color #337F03: hue angle of 96.77º degrees, saturation: 0.95, 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 #337F03 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB511273-
CMYK0.6000.980.50
HSL96.77º95.38%25.49%-
HSV(B)96.77º97.64%49.8%-
XYZ8.9715.892.68-
YUV90.1478.82100.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 127 (50% from 255) = 70.17%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=28.18%
G=70.17%
B=1.66%

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
Decimal5112730.6000.980.5096.7795.3825.49
Hex337F33C06232615f19
Octal6317737401426214113731
Binary110011111111111111100011000101100101100001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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