#337218

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

Shades of Bilbao #337218

Tints of Bilbao #337218

Color information

#337218 (or 0x337218) is unknown color: approx Bilbao. HEX triplet: 33, 72 and 18. RGB value is (51,114,24). Sum of RGB (Red+Green+Blue) = 51+114+24=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #337218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337218 is #CC8DE7. Grayscale: #555555. Windows color (decimal): -13405672 or 1602099. OLE color: 1602099.

HSL color Cylindrical-coordinate representation of color #337218: hue angle of 102º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #337218 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB5111424-
CMYK0.5500.790.55
HSL102º65.22%27.06%-
HSV(B)102º78.95%44.71%-
XYZ7.5512.82.94-
YUV84.993.63103.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=26.98%
G=60.32%
B=12.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114240.5500.790.5510265.2227.06
Hex3372183704F3766411b
Octal63162306701176714610133
Binary110011111001011000110111010011111101111100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337218; }

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

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

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

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

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

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

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

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