#337F14

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

Shades of Bilbao #337F14

Tints of Bilbao #337F14

Color information

#337F14 (or 0x337F14) is unknown color: approx Bilbao. HEX triplet: 33, 7F and 14. RGB value is (51,127,20). Sum of RGB (Red+Green+Blue) = 51+127+20=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #337F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F14 is #CC80EB. Grayscale: #5C5C5C. Windows color (decimal): -13402348 or 1343283. OLE color: 1343283.

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

Color convert

RGB5112720-
CMYK0.6000.840.50
HSL102.62º72.79%28.82%-
HSV(B)102.62º84.25%49.8%-
XYZ9.0815.933.26-
YUV92.0887.3298.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 127 (50% from 255) = 64.14%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=25.76%
G=64.14%
B=10.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127200.6000.840.50102.6272.7928.82
Hex337F143C0543267491d
Octal63177247401246214711135
Binary110011111111110100111100010101001100101100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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