Html Css Color HEX #56604A Chalet Green

📋 copy color: '#56604A'

red 86 ◦ green 96 ◦ blue 74

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

Shades of Chalet Green #56604A

Tints of Chalet Green #56604A

RGB

 RED value IS 86 (33.98% from 255) = 33.59%

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 33.59%
G = 37.5%
B = 28.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#56604A (or 0x56604A) is known color: Chalet Green. HEX triplet: 56, 60 and 4A. RGB value is (86,96,74). Sum of RGB (Red+Green+Blue) = 86+96+74=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #56604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56604A is #A99FB5. Grayscale: #5A5A5A. Windows color (decimal): -11116470 or 4874326. OLE color: 4874326.

HSL color Cylindrical-coordinate representation of color #56604A: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56604A is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 74 -
CMYK 0.10 0 0.23 0.62
HSL 87.27º 0.13% 0.33% -
HSV(B) 87.27º 0.23% 0.38% -
XYZ 9.26 10.84 8.08 -
YUV 90.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 86 96 74 0.10 0 0.23 0.62 87.27 0.13 0.33
Hex 56 60 4A A 0 17 3E 57 D 21
Octal 126 140 112 12 0 27 76 127 15 41
Binary 1010110 1100000 1001010 1010 0 10111 111110 1010111 1101 100001

Color Harmonies of #56604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56604A

Black with #56604A

Text Example


Text Example

White with #56604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56604A; }

 p { color: rgb(86,96,74); }

 H1.HeaderClassName
 {
   color: #56604A;
 }
 .AnyTagClassName
 {
   color: #56604A;
 }
</style>

background-color css

<style>
 a { background-color: #56604A; }

 a { background-color: rgb(86,96,74); }

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

border-color css

<style>
 span { border-color: #56604A; }

 span { border-color: rgb(86,96,74); }

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