#323415

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

Shades of Green Waterloo #323415

Tints of Green Waterloo #323415

Color information

#323415 (or 0x323415) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 15. RGB value is (50,52,21). Sum of RGB (Red+Green+Blue) = 50+52+21=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #323415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323415 is #CDCBEA. Grayscale: #2F2F2F. Windows color (decimal): -13487083 or 1389618. OLE color: 1389618.

HSL color Cylindrical-coordinate representation of color #323415: hue angle of 63.87º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323415 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB505221-
CMYK0.0400.600.80
HSL63.87º42.47%14.31%-
HSV(B)63.87º59.62%20.39%-
XYZ2.683.191.18-
YUV47.87112.84129.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=40.65%
G=42.28%
B=17.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052210.0400.600.8063.8742.4714.31
Hex323415403C50402ae
Octal62642540741201005216
Binary110010110100101011000111100101000010000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323415; }

 p { color: rgb(50,52,21); }

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

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

 a { background-color: rgb(50,52,21); }

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

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

 span { border-color: rgb(50,52,21); }

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