#527336

Color #527336 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #527336

Tints of Chalet Green #527336

Color information

#527336 (or 0x527336) is unknown color: approx 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

RGB8211554-
CMYK0.2900.530.55
HSL92.46º36.09%33.14%-
HSV(B)92.46º53.04%45.1%-
XYZ10.2814.325.71-
YUV98.18103.07116.46-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115540.2900.530.5592.4636.0933.14
Hex5273361D035375c2421
Octal1221636635065671344441
Binary101001011100111101101110101101011101111011100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>