Html Css Color HEX #283C37 Aztec

📋 copy color: '#283C37'

red 40 ◦ green 60 ◦ blue 55

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

Shades of Aztec #283C37

Tints of Aztec #283C37

RGB

 RED value IS 40 (16.02% from 255) = 25.81%

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

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 25.81%
G = 38.71%
B = 35.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#283C37 (or 0x283C37) is known color: Aztec. HEX triplet: 28, 3C and 37. RGB value is (40,60,55). Sum of RGB (Red+Green+Blue) = 40+60+55=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #283C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C37 is #D7C3C8. Grayscale: #353535. Windows color (decimal): -14140361 or 3619880. OLE color: 3619880.

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

Color convert

RGB 40 60 55 -
CMYK 0.33 0 0.08 0.76
HSL 165º 0.2% 0.2% -
HSV(B) 165º 0.33% 0.24% -
XYZ 3.18 3.96 4.21 -
YUV 53.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 40 60 55 0.33 0 0.08 0.76 165 0.2 0.2
Hex 28 3C 37 21 0 8 4C A5 14 14
Octal 50 74 67 41 0 10 114 245 24 24
Binary 101000 111100 110111 100001 0 1000 1001100 10100101 10100 10100

Color Harmonies of #283C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C37

Black with #283C37

Text Example


Text Example

White with #283C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C37; }

 p { color: rgb(40,60,55); }

 H1.HeaderClassName
 {
   color: #283C37;
 }
 .AnyTagClassName
 {
   color: #283C37;
 }
</style>

background-color css

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

 a { background-color: rgb(40,60,55); }

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

border-color css

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

 span { border-color: rgb(40,60,55); }

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