#337518

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

Shades of Bilbao #337518

Tints of Bilbao #337518

Color information

#337518 (or 0x337518) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 18. RGB value is (51,117,24). Sum of RGB (Red+Green+Blue) = 51+117+24=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #337518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337518 is #CC8AE7. Grayscale: #565656. Windows color (decimal): -13404904 or 1602867. OLE color: 1602867.

HSL color Cylindrical-coordinate representation of color #337518: hue angle of 102.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #337518 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB5111724-
CMYK0.5600.790.54
HSL102.58º65.96%27.65%-
HSV(B)102.58º79.49%45.88%-
XYZ7.8913.493.05-
YUV86.6692.63102.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=26.56%
G=60.94%
B=12.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117240.5600.790.54102.5865.9627.65
Hex3375183804F3667421c
Octal63165307001176614710234
Binary110011111010111000111000010011111101101100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337518; }

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

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

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

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

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

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

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

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