#31322C

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

Shades of Green Waterloo #31322C

Tints of Green Waterloo #31322C

Color information

#31322C (or 0x31322C) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 2C. RGB value is (49,50,44). Sum of RGB (Red+Green+Blue) = 49+50+44=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 50 - color contains mainly: green. Hex color #31322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31322C is #CECDD3. Grayscale: #313131. Windows color (decimal): -13553108 or 2896433. OLE color: 2896433.

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

Color convert

RGB495044-
CMYK0.0200.120.80
HSL70º6.38%18.43%-
HSV(B)70º12%19.61%-
XYZ2.863.122.83-
YUV49.02125.17127.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=34.27%
G=34.97%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950440.0200.120.80706.3818.43
Hex31322C20C5046612
Octal6162542014120106622
Binary11000111001010110010011001010000100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31322C; }

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

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

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

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

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

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

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

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