Html Css Color HEX #527539 Chalet Green

📋 copy color: '#527539'

red 82 ◦ green 117 ◦ blue 57

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

Shades of Chalet Green #527539

Tints of Chalet Green #527539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 32.03%
G = 45.7%
B = 22.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#527539 (or 0x527539) is known color: Chalet Green. HEX triplet: 52, 75 and 39. RGB value is (82,117,57). Sum of RGB (Red+Green+Blue) = 82+117+57=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #527539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527539 is #AD8AC6. Grayscale: #636363. Windows color (decimal): -11373255 or 3765586. OLE color: 3765586.

HSL color Cylindrical-coordinate representation of color #527539: hue angle of 95º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527539 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 57 -
CMYK 0.30 0 0.51 0.54
HSL 95º 0.34% 0.34% -
HSV(B) 95º 0.51% 0.46% -
XYZ 10.58 14.81 6.17 -
YUV 99.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 82 117 57 0.30 0 0.51 0.54 95 0.34 0.34
Hex 52 75 39 1E 0 33 36 5F 22 22
Octal 122 165 71 36 0 63 66 137 42 42
Binary 1010010 1110101 111001 11110 0 110011 110110 1011111 100010 100010

Color Harmonies of #527539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527539

Black with #527539

Text Example


Text Example

White with #527539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527539; }

 p { color: rgb(82,117,57); }

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

background-color css

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

 a { background-color: rgb(82,117,57); }

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

border-color css

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

 span { border-color: rgb(82,117,57); }

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