Html Css Color HEX #527337 Chalet Green

📋 copy color: '#527337'

red 82 ◦ green 115 ◦ blue 55

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

Shades of Chalet Green #527337

Tints of Chalet Green #527337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 32.54%
G = 45.63%
B = 21.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#527337 (or 0x527337) is known color: Chalet Green. HEX triplet: 52, 73 and 37. RGB value is (82,115,55). Sum of RGB (Red+Green+Blue) = 82+115+55=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #527337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527337 is #AD8CC8. Grayscale: #626262. Windows color (decimal): -11373769 or 3634002. OLE color: 3634002.

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

Color convert

RGB 82 115 55 -
CMYK 0.29 0 0.52 0.55
HSL 93º 0.35% 0.33% -
HSV(B) 93º 0.52% 0.45% -
XYZ 10.3 14.33 5.84 -
YUV 98.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 82 115 55 0.29 0 0.52 0.55 93 0.35 0.33
Hex 52 73 37 1D 0 34 37 5D 23 21
Octal 122 163 67 35 0 64 67 135 43 41
Binary 1010010 1110011 110111 11101 0 110100 110111 1011101 100011 100001

Color Harmonies of #527337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527337

Black with #527337

Text Example


Text Example

White with #527337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527337; }

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

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

background-color css

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

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

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

border-color css

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

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

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