#253E39

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

Shades of Aztec #253E39

Tints of Aztec #253E39

Color information

#253E39 (or 0x253E39) is unknown color: approx Aztec. HEX triplet: 25, 3E and 39. RGB value is (37,62,57). Sum of RGB (Red+Green+Blue) = 37+62+57=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #253E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E39 is #DAC1C6. Grayscale: #353535. Windows color (decimal): -14336455 or 3751461. OLE color: 3751461.

HSL color Cylindrical-coordinate representation of color #253E39: hue angle of 168º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E39 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB376257-
CMYK0.4000.080.76
HSL168º25.25%19.41%-
HSV(B)168º40.32%24.31%-
XYZ3.224.134.5-
YUV53.95129.72115.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=23.72%
G=39.74%
B=36.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3762570.4000.080.7616825.2519.41
Hex253E3928084Ca81913
Octal457671500101142503123
Binary100101111110111001101000010001001100101010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E39; }

 p { color: rgb(37,62,57); }

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

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

 a { background-color: rgb(37,62,57); }

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

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

 span { border-color: rgb(37,62,57); }

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