Html Css Color HEX #5A7242 Chalet Green

📋 copy color: '#5A7242'

red 90 ◦ green 114 ◦ blue 66

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

Shades of Chalet Green #5A7242

Tints of Chalet Green #5A7242

RGB

 RED value IS 90 (35.55% from 255) = 33.33%

 GREEN value IS 114 (44.92% from 255) = 42.22%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 33.33%
G = 42.22%
B = 24.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#5A7242 (or 0x5A7242) is known color: Chalet Green. HEX triplet: 5A, 72 and 42. RGB value is (90,114,66). Sum of RGB (Red+Green+Blue) = 90+114+66=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7242 is #A58DBD. Grayscale: #656565. Windows color (decimal): -10849726 or 4354650. OLE color: 4354650.

HSL color Cylindrical-coordinate representation of color #5A7242: hue angle of 90º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A7242 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 66 -
CMYK 0.21 0 0.42 0.55
HSL 90º 0.27% 0.35% -
HSV(B) 90º 0.42% 0.45% -
XYZ 11.22 14.6 7.38 -
YUV 101.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 90 114 66 0.21 0 0.42 0.55 90 0.27 0.35
Hex 5A 72 42 15 0 2A 37 5A 1B 23
Octal 132 162 102 25 0 52 67 132 33 43
Binary 1011010 1110010 1000010 10101 0 101010 110111 1011010 11011 100011

Color Harmonies of #5A7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7242

Black with #5A7242

Text Example


Text Example

White with #5A7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7242; }

 p { color: rgb(90,114,66); }

 H1.HeaderClassName
 {
   color: #5A7242;
 }
 .AnyTagClassName
 {
   color: #5A7242;
 }
</style>

background-color css

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

 a { background-color: rgb(90,114,66); }

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

border-color css

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

 span { border-color: rgb(90,114,66); }

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