Html Css Color HEX #253C3A Aztec

📋 copy color: '#253C3A'

red 37 ◦ green 60 ◦ blue 58

#253C3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #253C3A

Tints of Aztec #253C3A

RGB

 RED value IS 37 (14.84% from 255) = 23.87%

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 23.87%
G = 38.71%
B = 37.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#253C3A (or 0x253C3A) is known color: Aztec. HEX triplet: 25, 3C and 3A. RGB value is (37,60,58). Sum of RGB (Red+Green+Blue) = 37+60+58=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #253C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C3A is #DAC3C5. Grayscale: #343434. Windows color (decimal): -14336966 or 3816485. OLE color: 3816485.

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

Color convert

RGB 37 60 58 -
CMYK 0.38 0 0.03 0.76
HSL 174.78º 0.24% 0.19% -
HSV(B) 174.78º 0.38% 0.24% -
XYZ 3.14 3.93 4.6 -
YUV 52.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 37 60 58 0.38 0 0.03 0.76 174.78 0.24 0.19
Hex 25 3C 3A 26 0 3 4C AF 18 13
Octal 45 74 72 46 0 3 114 257 30 23
Binary 100101 111100 111010 100110 0 11 1001100 10101111 11000 10011

Color Harmonies of #253C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C3A

Black with #253C3A

Text Example


Text Example

White with #253C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,58); }

 H1.HeaderClassName
 {
   color: #253C3A;
 }
 .AnyTagClassName
 {
   color: #253C3A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,60,58); }

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

border-color css

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

 span { border-color: rgb(37,60,58); }

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