#337A0F

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

Shades of Bilbao #337A0F

Tints of Bilbao #337A0F

Color information

#337A0F (or 0x337A0F) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 0F. RGB value is (51,122,15). Sum of RGB (Red+Green+Blue) = 51+122+15=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #337A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A0F is #CC85F0. Grayscale: #585858. Windows color (decimal): -13403633 or 1014323. OLE color: 1014323.

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

Color convert

RGB5112215-
CMYK0.5800.880.52
HSL99.81º78.1%26.86%-
HSV(B)99.81º87.7%47.84%-
XYZ8.4114.662.84-
YUV88.5786.48101.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 122 (48.05% from 255) = 64.89%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=27.13%
G=64.89%
B=7.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122150.5800.880.5299.8178.126.86
Hex337AF3A05834644e1b
Octal63172177201306414411633
Binary11001111110101111111010010110001101001100100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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