Html Css Color HEX #5D6948 Chalet Green

📋 copy color: '#5D6948'

red 93 ◦ green 105 ◦ blue 72

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

Shades of Chalet Green #5D6948

Tints of Chalet Green #5D6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 34.44%
G = 38.89%
B = 26.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#5D6948 (or 0x5D6948) is known color: Chalet Green. HEX triplet: 5D, 69 and 48. RGB value is (93,105,72). Sum of RGB (Red+Green+Blue) = 93+105+72=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6948 is #A296B7. Grayscale: #616161. Windows color (decimal): -10655416 or 4745565. OLE color: 4745565.

HSL color Cylindrical-coordinate representation of color #5D6948: hue angle of 81.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D6948 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 105 72 -
CMYK 0.11 0 0.31 0.59
HSL 81.82º 0.19% 0.35% -
HSV(B) 81.82º 0.31% 0.41% -
XYZ 10.74 12.9 8.05 -
YUV 97.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 93 105 72 0.11 0 0.31 0.59 81.82 0.19 0.35
Hex 5D 69 48 B 0 1F 3B 52 13 23
Octal 135 151 110 13 0 37 73 122 23 43
Binary 1011101 1101001 1001000 1011 0 11111 111011 1010010 10011 100011

Color Harmonies of #5D6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6948

Black with #5D6948

Text Example


Text Example

White with #5D6948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,105,72); }

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

background-color css

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

 a { background-color: rgb(93,105,72); }

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

border-color css

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

 span { border-color: rgb(93,105,72); }

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