#52683B

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

Shades of Chalet Green #52683B

Tints of Chalet Green #52683B

Color information

#52683B (or 0x52683B) is unknown color: approx Chalet Green. HEX triplet: 52, 68 and 3B. RGB value is (82,104,59). Sum of RGB (Red+Green+Blue) = 82+104+59=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #52683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52683B is #AD97C4. Grayscale: #5C5C5C. Windows color (decimal): -11376581 or 3893330. OLE color: 3893330.

HSL color Cylindrical-coordinate representation of color #52683B: hue angle of 89.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52683B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB8210459-
CMYK0.2100.430.59
HSL89.33º27.61%31.96%-
HSV(B)89.33º43.27%40.78%-
XYZ9.2212.015.97-
YUV92.29109.21120.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=33.47%
G=42.45%
B=24.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104590.2100.430.5989.3327.6131.96
Hex52683B1502B3B591c20
Octal1221507325053731313440
Binary10100101101000111011101010101011111011101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52683B; }

 p { color: rgb(82,104,59); }

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

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

 a { background-color: rgb(82,104,59); }

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

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

 span { border-color: rgb(82,104,59); }

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