#313424

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

Shades of Green Waterloo #313424

Tints of Green Waterloo #313424

Color information

#313424 (or 0x313424) is unknown color: approx Green Waterloo. HEX triplet: 31, 34 and 24. RGB value is (49,52,36). Sum of RGB (Red+Green+Blue) = 49+52+36=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #313424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313424 is #CECBDB. Grayscale: #313131. Windows color (decimal): -13552604 or 2372657. OLE color: 2372657.

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

Color convert

RGB495236-
CMYK0.0600.310.80
HSL71.25º18.18%17.25%-
HSV(B)71.25º30.77%20.39%-
XYZ2.813.242.15-
YUV49.28120.51127.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=35.77%
G=37.96%
B=26.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952360.0600.310.8071.2518.1817.25
Hex313424601F50471211
Octal61644460371201072221
Binary110001110100100100110011111101000010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313424; }

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

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

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

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

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

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

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

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