#333518

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

Shades of Green Waterloo #333518

Tints of Green Waterloo #333518

Color information

#333518 (or 0x333518) is unknown color: approx Green Waterloo. HEX triplet: 33, 35 and 18. RGB value is (51,53,24). Sum of RGB (Red+Green+Blue) = 51+53+24=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #333518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333518 is #CCCAE7. Grayscale: #313131. Windows color (decimal): -13421288 or 1586483. OLE color: 1586483.

HSL color Cylindrical-coordinate representation of color #333518: hue angle of 64.14º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333518 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB515324-
CMYK0.0400.550.79
HSL64.14º37.66%15.1%-
HSV(B)64.14º54.72%20.78%-
XYZ2.83.321.36-
YUV49.1113.84129.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=39.84%
G=41.41%
B=18.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153240.0400.550.7964.1437.6615.1
Hex33351840374F4026f
Octal63653040671171004617
Binary110011110101110001000110111100111110000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333518; }

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

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

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

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

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

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

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

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