#5C664B

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

Shades of Chalet Green #5C664B

Tints of Chalet Green #5C664B

Color information

#5C664B (or 0x5C664B) is unknown color: approx Chalet Green. HEX triplet: 5C, 66 and 4B. RGB value is (92,102,75). Sum of RGB (Red+Green+Blue) = 92+102+75=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #5C664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C664B is #A399B4. Grayscale: #606060. Windows color (decimal): -10721717 or 4941404. OLE color: 4941404.

HSL color Cylindrical-coordinate representation of color #5C664B: hue angle of 82.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C664B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB9210275-
CMYK0.1000.260.6
HSL82.22º15.25%34.71%-
HSV(B)82.22º26.47%40%-
XYZ10.4412.298.48-
YUV95.93116.19125.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=34.20%
G=37.92%
B=27.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92102750.1000.260.682.2215.2534.71
Hex5C664BA01A3C52f23
Octal13414611312032741221743
Binary101110011001101001011101001101011110010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,75); }

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

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

 a { background-color: rgb(92,102,75); }

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

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

 span { border-color: rgb(92,102,75); }

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