#5C694D

Color #5C694D Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5C694D

Tints of Chalet Green #5C694D

Color information

#5C694D (or 0x5C694D) is unknown color: approx Chalet Green. HEX triplet: 5C, 69 and 4D. RGB value is (92,105,77). Sum of RGB (Red+Green+Blue) = 92+105+77=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #5C694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C694D is #A396B2. Grayscale: #626262. Windows color (decimal): -10720947 or 5073244. OLE color: 5073244.

HSL color Cylindrical-coordinate representation of color #5C694D: hue angle of 87.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C694D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB9210577-
CMYK0.1200.270.59
HSL87.86º15.38%35.69%-
HSV(B)87.86º26.67%41.18%-
XYZ10.812.918.94-
YUV97.92116.19123.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.58%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=33.58%
G=38.32%
B=28.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92105770.1200.270.5987.8615.3835.69
Hex5C694DC01B3B58f24
Octal13415111514033731301744
Binary101110011010011001101110001101111101110110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,77); }

 H1.HeaderClassName
 {
   color: #5C694D;
 }
 .AnyTagClassName
 {
   color: #5C694D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,105,77); }

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

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

 span { border-color: rgb(92,105,77); }

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