#323628

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

Shades of Eternity #323628

Tints of Eternity #323628

Color information

#323628 (or 0x323628) is unknown color: approx Eternity. HEX triplet: 32, 36 and 28. RGB value is (50,54,40). Sum of RGB (Red+Green+Blue) = 50+54+40=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 54 - color contains mainly: green. Hex color #323628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323628 is #CDC9D7. Grayscale: #333333. Windows color (decimal): -13486552 or 2635314. OLE color: 2635314.

HSL color Cylindrical-coordinate representation of color #323628: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323628 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB505440-
CMYK0.0700.260.79
HSL77.14º14.89%18.43%-
HSV(B)77.14º25.93%21.18%-
XYZ3.023.472.52-
YUV51.21121.67127.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=34.72%
G=37.5%
B=27.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054400.0700.260.7977.1414.8918.43
Hex323628701A4F4df12
Octal62665070321171151722
Binary11001011011010100011101101010011111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323628; }

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

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

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

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

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

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

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

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