Html Css Color HEX #5E6948 Chalet Green

📋 copy color: '#5E6948'

red 94 ◦ green 105 ◦ blue 72

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

Shades of Chalet Green #5E6948

Tints of Chalet Green #5E6948

RGB

 RED value IS 94 (37.11% from 255) = 34.69%

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

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

R = 34.69%
G = 38.75%
B = 26.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#5E6948 (or 0x5E6948) is known color: Chalet Green. HEX triplet: 5E, 69 and 48. RGB value is (94,105,72). Sum of RGB (Red+Green+Blue) = 94+105+72=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6948 is #A196B7. Grayscale: #626262. Windows color (decimal): -10589880 or 4745566. OLE color: 4745566.

HSL color Cylindrical-coordinate representation of color #5E6948: hue angle of 80º 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 #5E6948 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 72 -
CMYK 0.10 0 0.31 0.59
HSL 80º 0.19% 0.35% -
HSV(B) 80º 0.31% 0.41% -
XYZ 10.84 12.95 8.06 -
YUV 97.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 94 105 72 0.10 0 0.31 0.59 80 0.19 0.35
Hex 5E 69 48 A 0 1F 3B 50 13 23
Octal 136 151 110 12 0 37 73 120 23 43
Binary 1011110 1101001 1001000 1010 0 11111 111011 1010000 10011 100011

Color Harmonies of #5E6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6948

Black with #5E6948

Text Example


Text Example

White with #5E6948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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