#323428

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

Shades of Green Waterloo #323428

Tints of Green Waterloo #323428

Color information

#323428 (or 0x323428) is unknown color: approx Green Waterloo. HEX triplet: 32, 34 and 28. RGB value is (50,52,40). Sum of RGB (Red+Green+Blue) = 50+52+40=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #323428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323428 is #CDCBD7. Grayscale: #323232. Windows color (decimal): -13487064 or 2634802. OLE color: 2634802.

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

Color convert

RGB505240-
CMYK0.0400.230.80
HSL70º13.04%18.04%-
HSV(B)70º23.08%20.39%-
XYZ2.933.292.49-
YUV50.03122.34127.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=35.21%
G=36.62%
B=28.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052400.0400.230.807013.0418.04
Hex32342840175046d12
Octal62645040271201061522
Binary11001011010010100010001011110100001000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323428; }

 p { color: rgb(50,52,40); }

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

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

 a { background-color: rgb(50,52,40); }

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

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

 span { border-color: rgb(50,52,40); }

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