#527338

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

Shades of Chalet Green #527338

Tints of Chalet Green #527338

Color information

#527338 (or 0x527338) is unknown color: approx Chalet Green. HEX triplet: 52, 73 and 38. RGB value is (82,115,56). Sum of RGB (Red+Green+Blue) = 82+115+56=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #527338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527338 is #AD8CC7. Grayscale: #626262. Windows color (decimal): -11373768 or 3699538. OLE color: 3699538.

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

Color convert

RGB8211556-
CMYK0.2900.510.55
HSL93.56º34.5%33.53%-
HSV(B)93.56º51.3%45.1%-
XYZ10.3214.345.97-
YUV98.41104.07116.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=32.41%
G=45.45%
B=22.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115560.2900.510.5593.5634.533.53
Hex5273381D033375e2322
Octal1221637035063671364342
Binary101001011100111110001110101100111101111011110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527338; }

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

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

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

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

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

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

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

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