#52703E

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

Shades of Chalet Green #52703E

Tints of Chalet Green #52703E

Color information

#52703E (or 0x52703E) is unknown color: approx Chalet Green. HEX triplet: 52, 70 and 3E. RGB value is (82,112,62). Sum of RGB (Red+Green+Blue) = 82+112+62=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #52703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52703E is #AD8FC1. Grayscale: #616161. Windows color (decimal): -11374530 or 4091986. OLE color: 4091986.

HSL color Cylindrical-coordinate representation of color #52703E: hue angle of 96º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52703E is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB8211262-
CMYK0.2700.450.56
HSL96º28.74%34.12%-
HSV(B)96º44.64%43.92%-
XYZ10.1413.736.67-
YUV97.33108.06117.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=32.03%
G=43.75%
B=24.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112620.2700.450.569628.7434.12
Hex52703E1B02D38601d22
Octal1221607633055701403542
Binary10100101110000111110110110101101111000110000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52703E; }

 p { color: rgb(82,112,62); }

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

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

 a { background-color: rgb(82,112,62); }

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

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

 span { border-color: rgb(82,112,62); }

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