#337A14

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

Shades of Bilbao #337A14

Tints of Bilbao #337A14

Color information

#337A14 (or 0x337A14) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 14. RGB value is (51,122,20). Sum of RGB (Red+Green+Blue) = 51+122+20=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #337A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A14 is #CC85EB. Grayscale: #595959. Windows color (decimal): -13403628 or 1342003. OLE color: 1342003.

HSL color Cylindrical-coordinate representation of color #337A14: hue angle of 101.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337A14 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB5112220-
CMYK0.5800.840.52
HSL101.76º71.83%27.84%-
HSV(B)101.76º83.61%47.84%-
XYZ8.4514.673.05-
YUV89.1488.98100.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 122 (48.05% from 255) = 63.21%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=26.42%
G=63.21%
B=10.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122200.5800.840.52101.7671.8327.84
Hex337A143A0543466481c
Octal63172247201246414611034
Binary110011111101010100111010010101001101001100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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