#323625

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

Shades of Eternity #323625

Tints of Eternity #323625

Color information

#323625 (or 0x323625) is unknown color: approx Eternity. HEX triplet: 32, 36 and 25. RGB value is (50,54,37). Sum of RGB (Red+Green+Blue) = 50+54+37=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 54 - color contains mainly: green. Hex color #323625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323625 is #CDC9DA. Grayscale: #323232. Windows color (decimal): -13486555 or 2438706. OLE color: 2438706.

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

Color convert

RGB505437-
CMYK0.0700.310.79
HSL74.12º18.68%17.84%-
HSV(B)74.12º31.48%21.18%-
XYZ2.973.452.26-
YUV50.87120.17127.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=35.46%
G=38.30%
B=26.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054370.0700.310.7974.1218.6817.84
Hex323625701F4F4a1312
Octal62664570371171122322
Binary110010110110100101111011111100111110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323625; }

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

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

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

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

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

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

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

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