Html Css Color HEX #5D6F42 Chalet Green

📋 copy color: '#5D6F42'

red 93 ◦ green 111 ◦ blue 66

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

Shades of Chalet Green #5D6F42

Tints of Chalet Green #5D6F42

RGB

 RED value IS 93 (36.72% from 255) = 34.44%

 GREEN value IS 111 (43.75% from 255) = 41.11%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 34.44%
G = 41.11%
B = 24.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#5D6F42 (or 0x5D6F42) is known color: Chalet Green. HEX triplet: 5D, 6F and 42. RGB value is (93,111,66). Sum of RGB (Red+Green+Blue) = 93+111+66=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6F42 is #A290BD. Grayscale: #646464. Windows color (decimal): -10653886 or 4353885. OLE color: 4353885.

HSL color Cylindrical-coordinate representation of color #5D6F42: hue angle of 84º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D6F42 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 111 66 -
CMYK 0.16 0 0.41 0.56
HSL 84º 0.25% 0.35% -
HSV(B) 84º 0.41% 0.44% -
XYZ 11.18 14.09 7.28 -
YUV 100.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 93 111 66 0.16 0 0.41 0.56 84 0.25 0.35
Hex 5D 6F 42 10 0 29 38 54 19 23
Octal 135 157 102 20 0 51 70 124 31 43
Binary 1011101 1101111 1000010 10000 0 101001 111000 1010100 11001 100011

Color Harmonies of #5D6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F42

Black with #5D6F42

Text Example


Text Example

White with #5D6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,66); }

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

background-color css

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

 a { background-color: rgb(93,111,66); }

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

border-color css

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

 span { border-color: rgb(93,111,66); }

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