#253D37

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

Shades of Aztec #253D37

Tints of Aztec #253D37

Color information

#253D37 (or 0x253D37) is unknown color: approx Aztec. HEX triplet: 25, 3D and 37. RGB value is (37,61,55). Sum of RGB (Red+Green+Blue) = 37+61+55=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #253D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D37 is #DAC2C8. Grayscale: #353535. Windows color (decimal): -14336713 or 3620133. OLE color: 3620133.

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

Color convert

RGB376155-
CMYK0.3900.100.76
HSL165º24.49%19.22%-
HSV(B)165º39.34%23.92%-
XYZ3.124.014.22-
YUV53.14129.05116.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=24.18%
G=39.87%
B=35.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761550.3900.100.7616524.4919.22
Hex253D37270A4Ca51813
Octal457567470121142453023
Binary100101111101110111100111010101001100101001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,55); }

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

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

 a { background-color: rgb(37,61,55); }

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

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

 span { border-color: rgb(37,61,55); }

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