Html Css Color HEX #546242 Chalet Green

📋 copy color: '#546242'

red 84 ◦ green 98 ◦ blue 66

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

Shades of Chalet Green #546242

Tints of Chalet Green #546242

RGB

 RED value IS 84 (33.2% from 255) = 33.87%

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 33.87%
G = 39.52%
B = 26.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#546242 (or 0x546242) is known color: Chalet Green. HEX triplet: 54, 62 and 42. RGB value is (84,98,66). Sum of RGB (Red+Green+Blue) = 84+98+66=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #546242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546242 is #AB9DBD. Grayscale: #5A5A5A. Windows color (decimal): -11247038 or 4350548. OLE color: 4350548.

HSL color Cylindrical-coordinate representation of color #546242: hue angle of 86.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #546242 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 98 66 -
CMYK 0.14 0 0.33 0.62
HSL 86.25º 0.2% 0.32% -
HSV(B) 86.25º 0.33% 0.38% -
XYZ 9.01 11.01 6.81 -
YUV 90.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 84 98 66 0.14 0 0.33 0.62 86.25 0.2 0.32
Hex 54 62 42 E 0 21 3E 56 14 20
Octal 124 142 102 16 0 41 76 126 24 40
Binary 1010100 1100010 1000010 1110 0 100001 111110 1010110 10100 100000

Color Harmonies of #546242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546242

Black with #546242

Text Example


Text Example

White with #546242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546242; }

 p { color: rgb(84,98,66); }

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

background-color css

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

 a { background-color: rgb(84,98,66); }

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

border-color css

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

 span { border-color: rgb(84,98,66); }

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