#303524

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

Shades of Eternity #303524

Tints of Eternity #303524

Color information

#303524 (or 0x303524) is unknown color: approx Eternity. HEX triplet: 30, 35 and 24. RGB value is (48,53,36). Sum of RGB (Red+Green+Blue) = 48+53+36=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #303524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303524 is #CFCADB. Grayscale: #313131. Windows color (decimal): -13617884 or 2372912. OLE color: 2372912.

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

Color convert

RGB485336-
CMYK0.0900.320.79
HSL77.65º19.1%17.45%-
HSV(B)77.65º32.08%20.78%-
XYZ2.813.32.16-
YUV49.57120.34126.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=35.04%
G=38.69%
B=26.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853360.0900.320.7977.6519.117.45
Hex30352490204F4e1311
Octal606544110401171162321
Binary11000011010110010010010100000100111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303524; }

 p { color: rgb(48,53,36); }

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

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

 a { background-color: rgb(48,53,36); }

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

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

 span { border-color: rgb(48,53,36); }

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