#527835

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

Shades of Chalet Green #527835

Tints of Chalet Green #527835

Color information

#527835 (or 0x527835) is unknown color: approx Chalet Green. HEX triplet: 52, 78 and 35. RGB value is (82,120,53). Sum of RGB (Red+Green+Blue) = 82+120+53=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #527835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527835 is #AD87CA. Grayscale: #656565. Windows color (decimal): -11372491 or 3504210. OLE color: 3504210.

HSL color Cylindrical-coordinate representation of color #527835: hue angle of 94.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527835 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB8212053-
CMYK0.3200.560.53
HSL94.03º38.73%33.92%-
HSV(B)94.03º55.83%47.06%-
XYZ10.8415.485.79-
YUV101100.91114.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=32.16%
G=47.06%
B=20.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120530.3200.560.5394.0338.7333.92
Hex52783520038355e2722
Octal1221706540070651364742
Binary1010010111100011010110000001110001101011011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527835; }

 p { color: rgb(82,120,53); }

 H1.HeaderClassName
 {
   color: #527835;
 }
 .AnyTagClassName
 {
   color: #527835;
 }
</style>
background-color css

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

 a { background-color: rgb(82,120,53); }

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

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

 span { border-color: rgb(82,120,53); }

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