#313223

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

Shades of Green Waterloo #313223

Tints of Green Waterloo #313223

Color information

#313223 (or 0x313223) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 23. RGB value is (49,50,35). Sum of RGB (Red+Green+Blue) = 49+50+35=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #313223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313223 is #CECDDC. Grayscale: #303030. Windows color (decimal): -13553117 or 2306609. OLE color: 2306609.

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

Color convert

RGB495035-
CMYK0.0200.300.80
HSL64º17.65%16.67%-
HSV(B)64º30%19.61%-
XYZ2.713.062.04-
YUV47.99120.67128.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=36.57%
G=37.31%
B=26.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950350.0200.300.806417.6516.67
Hex313223201E50401211
Octal61624320361201002221
Binary11000111001010001110011110101000010000001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313223; }

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

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

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

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

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

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

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

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