#313227

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

Shades of Green Waterloo #313227

Tints of Green Waterloo #313227

Color information

#313227 (or 0x313227) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 27. RGB value is (49,50,39). Sum of RGB (Red+Green+Blue) = 49+50+39=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #313227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313227 is #CECDD8. Grayscale: #303030. Windows color (decimal): -13553113 or 2568753. OLE color: 2568753.

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

Color convert

RGB495039-
CMYK0.0200.220.80
HSL65.45º12.36%17.45%-
HSV(B)65.45º22%19.61%-
XYZ2.773.082.37-
YUV48.45122.67128.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=35.51%
G=36.23%
B=28.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950390.0200.220.8065.4512.3617.45
Hex31322720165041c11
Octal61624720261201011421
Binary1100011100101001111001011010100001000001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313227; }

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

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

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

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

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

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

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

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