Html Css Color HEX #5A6748 Chalet Green

📋 copy color: '#5A6748'

red 90 ◦ green 103 ◦ blue 72

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

Shades of Chalet Green #5A6748

Tints of Chalet Green #5A6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 33.96%
G = 38.87%
B = 27.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#5A6748 (or 0x5A6748) is known color: Chalet Green. HEX triplet: 5A, 67 and 48. RGB value is (90,103,72). Sum of RGB (Red+Green+Blue) = 90+103+72=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6748 is #A598B7. Grayscale: #5F5F5F. Windows color (decimal): -10852536 or 4745050. OLE color: 4745050.

HSL color Cylindrical-coordinate representation of color #5A6748: hue angle of 85.16º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A6748 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 103 72 -
CMYK 0.13 0 0.30 0.60
HSL 85.16º 0.18% 0.34% -
HSV(B) 85.16º 0.3% 0.4% -
XYZ 10.24 12.34 7.97 -
YUV 95.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 90 103 72 0.13 0 0.30 0.60 85.16 0.18 0.34
Hex 5A 67 48 D 0 1E 3C 55 12 22
Octal 132 147 110 15 0 36 74 125 22 42
Binary 1011010 1100111 1001000 1101 0 11110 111100 1010101 10010 100010

Color Harmonies of #5A6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6748

Black with #5A6748

Text Example


Text Example

White with #5A6748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,72); }

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

background-color css

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

 a { background-color: rgb(90,103,72); }

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

border-color css

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

 span { border-color: rgb(90,103,72); }

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