Html Css Color HEX #52683A Chalet Green

📋 copy color: '#52683A'

red 82 ◦ green 104 ◦ blue 58

#52683A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #52683A

Tints of Chalet Green #52683A

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 33.61%
G = 42.62%
B = 23.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#52683A (or 0x52683A) is known color: Chalet Green. HEX triplet: 52, 68 and 3A. RGB value is (82,104,58). Sum of RGB (Red+Green+Blue) = 82+104+58=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #52683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52683A is #AD97C5. Grayscale: #5C5C5C. Windows color (decimal): -11376582 or 3827794. OLE color: 3827794.

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

Color convert

RGB 82 104 58 -
CMYK 0.21 0 0.44 0.59
HSL 88.7º 0.28% 0.32% -
HSV(B) 88.7º 0.44% 0.41% -
XYZ 9.19 12 5.83 -
YUV 92.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 82 104 58 0.21 0 0.44 0.59 88.7 0.28 0.32
Hex 52 68 3A 15 0 2C 3B 59 1C 20
Octal 122 150 72 25 0 54 73 131 34 40
Binary 1010010 1101000 111010 10101 0 101100 111011 1011001 11100 100000

Color Harmonies of #52683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52683A

Black with #52683A

Text Example


Text Example

White with #52683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52683A;
 }
 .AnyTagClassName
 {
   color: #52683A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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