Html Css Color HEX #5A7438 Chalet Green

📋 copy color: '#5A7438'

red 90 ◦ green 116 ◦ blue 56

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

Shades of Chalet Green #5A7438

Tints of Chalet Green #5A7438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 34.35%
G = 44.27%
B = 21.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#5A7438 (or 0x5A7438) is known color: Chalet Green. HEX triplet: 5A, 74 and 38. RGB value is (90,116,56). Sum of RGB (Red+Green+Blue) = 90+116+56=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7438 is #A58BC7. Grayscale: #656565. Windows color (decimal): -10849224 or 3699802. OLE color: 3699802.

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

Color convert

RGB 90 116 56 -
CMYK 0.22 0 0.52 0.55
HSL 86º 0.35% 0.34% -
HSV(B) 86º 0.52% 0.45% -
XYZ 11.18 14.95 6.04 -
YUV 101.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 90 116 56 0.22 0 0.52 0.55 86 0.35 0.34
Hex 5A 74 38 16 0 34 37 56 23 22
Octal 132 164 70 26 0 64 67 126 43 42
Binary 1011010 1110100 111000 10110 0 110100 110111 1010110 100011 100010

Color Harmonies of #5A7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7438

Black with #5A7438

Text Example


Text Example

White with #5A7438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,56); }

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

background-color css

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

 a { background-color: rgb(90,116,56); }

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

border-color css

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

 span { border-color: rgb(90,116,56); }

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