#313226

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

Shades of Green Waterloo #313226

Tints of Green Waterloo #313226

Color information

#313226 (or 0x313226) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 26. RGB value is (49,50,38). Sum of RGB (Red+Green+Blue) = 49+50+38=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #313226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313226 is #CECDD9. Grayscale: #303030. Windows color (decimal): -13553114 or 2503217. OLE color: 2503217.

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

Color convert

RGB495038-
CMYK0.0200.240.80
HSL65º13.64%17.25%-
HSV(B)65º24%19.61%-
XYZ2.763.072.28-
YUV48.33122.17128.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=35.77%
G=36.50%
B=27.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950380.0200.240.806513.6417.25
Hex31322620185041e11
Octal61624620301201011621
Binary1100011100101001101001100010100001000001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313226; }

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

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

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

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

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

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

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

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