Html Css Color HEX #556145 Chalet Green

📋 copy color: '#556145'

red 85 ◦ green 97 ◦ blue 69

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

Shades of Chalet Green #556145

Tints of Chalet Green #556145

RGB

 RED value IS 85 (33.59% from 255) = 33.86%

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 33.86%
G = 38.65%
B = 27.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#556145 (or 0x556145) is known color: Chalet Green. HEX triplet: 55, 61 and 45. RGB value is (85,97,69). Sum of RGB (Red+Green+Blue) = 85+97+69=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #556145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556145 is #AA9EBA. Grayscale: #5A5A5A. Windows color (decimal): -11181755 or 4546901. OLE color: 4546901.

HSL color Cylindrical-coordinate representation of color #556145: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556145 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 69 -
CMYK 0.12 0 0.29 0.62
HSL 85.71º 0.17% 0.33% -
HSV(B) 85.71º 0.29% 0.38% -
XYZ 9.1 10.91 7.26 -
YUV 90.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 85 97 69 0.12 0 0.29 0.62 85.71 0.17 0.33
Hex 55 61 45 C 0 1D 3E 56 11 21
Octal 125 141 105 14 0 35 76 126 21 41
Binary 1010101 1100001 1000101 1100 0 11101 111110 1010110 10001 100001

Color Harmonies of #556145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556145

Black with #556145

Text Example


Text Example

White with #556145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556145; }

 p { color: rgb(85,97,69); }

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

background-color css

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

 a { background-color: rgb(85,97,69); }

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

border-color css

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

 span { border-color: rgb(85,97,69); }

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