Html Css Color HEX #52653E Chalet Green

📋 copy color: '#52653E'

red 82 ◦ green 101 ◦ blue 62

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

Shades of Chalet Green #52653E

Tints of Chalet Green #52653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 33.47%
G = 41.22%
B = 25.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#52653E (or 0x52653E) is known color: Chalet Green. HEX triplet: 52, 65 and 3E. RGB value is (82,101,62). Sum of RGB (Red+Green+Blue) = 82+101+62=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #52653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52653E is #AD9AC1. Grayscale: #5B5B5B. Windows color (decimal): -11377346 or 4089170. OLE color: 4089170.

HSL color Cylindrical-coordinate representation of color #52653E: hue angle of 89.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52653E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 62 -
CMYK 0.19 0 0.39 0.60
HSL 89.23º 0.24% 0.32% -
HSV(B) 89.23º 0.39% 0.4% -
XYZ 9 11.45 6.29 -
YUV 90.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 82 101 62 0.19 0 0.39 0.60 89.23 0.24 0.32
Hex 52 65 3E 13 0 27 3C 59 18 20
Octal 122 145 76 23 0 47 74 131 30 40
Binary 1010010 1100101 111110 10011 0 100111 111100 1011001 11000 100000

Color Harmonies of #52653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52653E

Black with #52653E

Text Example


Text Example

White with #52653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52653E; }

 p { color: rgb(82,101,62); }

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

background-color css

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

 a { background-color: rgb(82,101,62); }

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

border-color css

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

 span { border-color: rgb(82,101,62); }

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