Html Css Color HEX #527336 Chalet Green

📋 copy color: '#527336'

red 82 ◦ green 115 ◦ blue 54

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

Shades of Chalet Green #527336

Tints of Chalet Green #527336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 32.67%
G = 45.82%
B = 21.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#527336 (or 0x527336) is known color: Chalet Green. HEX triplet: 52, 73 and 36. RGB value is (82,115,54). Sum of RGB (Red+Green+Blue) = 82+115+54=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #527336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527336 is #AD8CC9. Grayscale: #626262. Windows color (decimal): -11373770 or 3568466. OLE color: 3568466.

HSL color Cylindrical-coordinate representation of color #527336: hue angle of 92.46º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527336 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 54 -
CMYK 0.29 0 0.53 0.55
HSL 92.46º 0.36% 0.33% -
HSV(B) 92.46º 0.53% 0.45% -
XYZ 10.28 14.32 5.71 -
YUV 98.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 82 115 54 0.29 0 0.53 0.55 92.46 0.36 0.33
Hex 52 73 36 1D 0 35 37 5C 24 21
Octal 122 163 66 35 0 65 67 134 44 41
Binary 1010010 1110011 110110 11101 0 110101 110111 1011100 100100 100001

Color Harmonies of #527336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527336

Black with #527336

Text Example


Text Example

White with #527336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527336; }

 p { color: rgb(82,115,54); }

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

background-color css

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

 a { background-color: rgb(82,115,54); }

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

border-color css

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

 span { border-color: rgb(82,115,54); }

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