Html Css Color HEX #52683C Chalet Green

📋 copy color: '#52683C'

red 82 ◦ green 104 ◦ blue 60

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

Shades of Chalet Green #52683C

Tints of Chalet Green #52683C

RGB

 RED value IS 82 (32.42% from 255) = 33.33%

 GREEN value IS 104 (41.02% from 255) = 42.28%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 33.33%
G = 42.28%
B = 24.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#52683C (or 0x52683C) is known color: Chalet Green. HEX triplet: 52, 68 and 3C. RGB value is (82,104,60). Sum of RGB (Red+Green+Blue) = 82+104+60=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #52683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52683C is #AD97C3. Grayscale: #5C5C5C. Windows color (decimal): -11376580 or 3958866. OLE color: 3958866.

HSL color Cylindrical-coordinate representation of color #52683C: hue angle of 90º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52683C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 60 -
CMYK 0.21 0 0.42 0.59
HSL 90º 0.27% 0.32% -
HSV(B) 90º 0.42% 0.41% -
XYZ 9.25 12.02 6.11 -
YUV 92.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 82 104 60 0.21 0 0.42 0.59 90 0.27 0.32
Hex 52 68 3C 15 0 2A 3B 5A 1B 20
Octal 122 150 74 25 0 52 73 132 33 40
Binary 1010010 1101000 111100 10101 0 101010 111011 1011010 11011 100000

Color Harmonies of #52683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52683C

Black with #52683C

Text Example


Text Example

White with #52683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52683C; }

 p { color: rgb(82,104,60); }

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

background-color css

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

 a { background-color: rgb(82,104,60); }

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

border-color css

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

 span { border-color: rgb(82,104,60); }

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