#313224

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

Shades of Green Waterloo #313224

Tints of Green Waterloo #313224

Color information

#313224 (or 0x313224) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 24. RGB value is (49,50,36). Sum of RGB (Red+Green+Blue) = 49+50+36=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #313224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313224 is #CECDDB. Grayscale: #303030. Windows color (decimal): -13553116 or 2372145. OLE color: 2372145.

HSL color Cylindrical-coordinate representation of color #313224: hue angle of 64.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313224 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB495036-
CMYK0.0200.280.80
HSL64.29º16.28%16.86%-
HSV(B)64.29º28%19.61%-
XYZ2.733.062.12-
YUV48.1121.17128.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=36.30%
G=37.04%
B=26.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950360.0200.280.8064.2916.2816.86
Hex313224201C50401011
Octal61624420341201002021
Binary11000111001010010010011100101000010000001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313224; }

 p { color: rgb(49,50,36); }

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

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

 a { background-color: rgb(49,50,36); }

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

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

 span { border-color: rgb(49,50,36); }

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