Html Css Color HEX #527436 Chalet Green

📋 copy color: '#527436'

red 82 ◦ green 116 ◦ blue 54

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

Shades of Chalet Green #527436

Tints of Chalet Green #527436

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

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

R = 32.54%
G = 46.03%
B = 21.43%

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

#527436 (or 0x527436) is known color: Chalet Green. HEX triplet: 52, 74 and 36. RGB value is (82,116,54). Sum of RGB (Red+Green+Blue) = 82+116+54=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #527436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527436 is #AD8BC9. Grayscale: #626262. Windows color (decimal): -11373514 or 3568722. OLE color: 3568722.

HSL color Cylindrical-coordinate representation of color #527436: hue angle of 92.9º 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 #527436 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 54 -
CMYK 0.29 0 0.53 0.55
HSL 92.9º 0.36% 0.33% -
HSV(B) 92.9º 0.53% 0.45% -
XYZ 10.39 14.55 5.75 -
YUV 98.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 82 116 54 0.29 0 0.53 0.55 92.9 0.36 0.33
Hex 52 74 36 1D 0 35 37 5D 24 21
Octal 122 164 66 35 0 65 67 135 44 41
Binary 1010010 1110100 110110 11101 0 110101 110111 1011101 100100 100001

Color Harmonies of #527436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527436

Black with #527436

Text Example


Text Example

White with #527436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527436; }

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

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

background-color css

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

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

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

border-color css

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

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

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