Html Css Color HEX #5A6C4B Chalet Green

📋 copy color: '#5A6C4B'

red 90 ◦ green 108 ◦ blue 75

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

Shades of Chalet Green #5A6C4B

Tints of Chalet Green #5A6C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 32.97%
G = 39.56%
B = 27.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#5A6C4B (or 0x5A6C4B) is known color: Chalet Green. HEX triplet: 5A, 6C and 4B. RGB value is (90,108,75). Sum of RGB (Red+Green+Blue) = 90+108+75=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6C4B is #A593B4. Grayscale: #626262. Windows color (decimal): -10851253 or 4942938. OLE color: 4942938.

HSL color Cylindrical-coordinate representation of color #5A6C4B: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A6C4B is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 108 75 -
CMYK 0.17 0 0.31 0.58
HSL 92.73º 0.18% 0.36% -
HSV(B) 92.73º 0.31% 0.42% -
XYZ 10.85 13.41 8.67 -
YUV 98.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 90 108 75 0.17 0 0.31 0.58 92.73 0.18 0.36
Hex 5A 6C 4B 11 0 1F 3A 5D 12 24
Octal 132 154 113 21 0 37 72 135 22 44
Binary 1011010 1101100 1001011 10001 0 11111 111010 1011101 10010 100100

Color Harmonies of #5A6C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C4B

Black with #5A6C4B

Text Example


Text Example

White with #5A6C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,75); }

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

background-color css

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

 a { background-color: rgb(90,108,75); }

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

border-color css

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

 span { border-color: rgb(90,108,75); }

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