Html Css Color HEX #52663B Chalet Green

📋 copy color: '#52663B'

red 82 ◦ green 102 ◦ blue 59

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

Shades of Chalet Green #52663B

Tints of Chalet Green #52663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 33.74%
G = 41.98%
B = 24.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#52663B (or 0x52663B) is known color: Chalet Green. HEX triplet: 52, 66 and 3B. RGB value is (82,102,59). Sum of RGB (Red+Green+Blue) = 82+102+59=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #52663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52663B is #AD99C4. Grayscale: #5B5B5B. Windows color (decimal): -11377093 or 3892818. OLE color: 3892818.

HSL color Cylindrical-coordinate representation of color #52663B: hue angle of 87.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52663B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 59 -
CMYK 0.20 0 0.42 0.6
HSL 87.91º 0.27% 0.32% -
HSV(B) 87.91º 0.42% 0.4% -
XYZ 9.02 11.61 5.9 -
YUV 91.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 82 102 59 0.20 0 0.42 0.6 87.91 0.27 0.32
Hex 52 66 3B 14 0 2A 3C 58 1B 20
Octal 122 146 73 24 0 52 74 130 33 40
Binary 1010010 1100110 111011 10100 0 101010 111100 1011000 11011 100000

Color Harmonies of #52663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52663B

Black with #52663B

Text Example


Text Example

White with #52663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52663B; }

 p { color: rgb(82,102,59); }

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

background-color css

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

 a { background-color: rgb(82,102,59); }

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

border-color css

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

 span { border-color: rgb(82,102,59); }

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