#337918

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

Shades of Bilbao #337918

Tints of Bilbao #337918

Color information

#337918 (or 0x337918) is unknown color: approx Bilbao. HEX triplet: 33, 79 and 18. RGB value is (51,121,24). Sum of RGB (Red+Green+Blue) = 51+121+24=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #337918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337918 is #CC86E7. Grayscale: #595959. Windows color (decimal): -13403880 or 1603891. OLE color: 1603891.

HSL color Cylindrical-coordinate representation of color #337918: hue angle of 103.3º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #337918 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB5112124-
CMYK0.5800.800.53
HSL103.3º66.9%28.43%-
HSV(B)103.3º80.17%47.45%-
XYZ8.3714.443.21-
YUV89.0191.31100.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 121 (47.66% from 255) = 61.73%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=26.02%
G=61.73%
B=12.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121240.5800.800.53103.366.928.43
Hex3379183A0503567431c
Octal63171307201206514710334
Binary110011111100111000111010010100001101011100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337918; }

 p { color: rgb(51,121,24); }

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

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

 a { background-color: rgb(51,121,24); }

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

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

 span { border-color: rgb(51,121,24); }

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