Html Css Color HEX #527835 Chalet Green

📋 copy color: '#527835'

red 82 ◦ green 120 ◦ blue 53

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

Shades of Chalet Green #527835

Tints of Chalet Green #527835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 32.16%
G = 47.06%
B = 20.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#527835 (or 0x527835) is known color: Chalet Green. HEX triplet: 52, 78 and 35. RGB value is (82,120,53). Sum of RGB (Red+Green+Blue) = 82+120+53=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #527835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527835 is #AD87CA. Grayscale: #656565. Windows color (decimal): -11372491 or 3504210. OLE color: 3504210.

HSL color Cylindrical-coordinate representation of color #527835: hue angle of 94.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527835 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 53 -
CMYK 0.32 0 0.56 0.53
HSL 94.03º 0.39% 0.34% -
HSV(B) 94.03º 0.56% 0.47% -
XYZ 10.84 15.48 5.79 -
YUV 101 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 82 120 53 0.32 0 0.56 0.53 94.03 0.39 0.34
Hex 52 78 35 20 0 38 35 5E 27 22
Octal 122 170 65 40 0 70 65 136 47 42
Binary 1010010 1111000 110101 100000 0 111000 110101 1011110 100111 100010

Color Harmonies of #527835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527835

Black with #527835

Text Example


Text Example

White with #527835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527835; }

 p { color: rgb(82,120,53); }

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

background-color css

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

 a { background-color: rgb(82,120,53); }

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

border-color css

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

 span { border-color: rgb(82,120,53); }

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