Html Css Color HEX #52703C Chalet Green

📋 copy color: '#52703C'

red 82 ◦ green 112 ◦ blue 60

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

Shades of Chalet Green #52703C

Tints of Chalet Green #52703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 32.28%
G = 44.09%
B = 23.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#52703C (or 0x52703C) is known color: Chalet Green. HEX triplet: 52, 70 and 3C. RGB value is (82,112,60). Sum of RGB (Red+Green+Blue) = 82+112+60=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #52703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52703C is #AD8FC3. Grayscale: #616161. Windows color (decimal): -11374532 or 3960914. OLE color: 3960914.

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

Color convert

RGB 82 112 60 -
CMYK 0.27 0 0.46 0.56
HSL 94.62º 0.3% 0.34% -
HSV(B) 94.62º 0.46% 0.44% -
XYZ 10.09 13.71 6.39 -
YUV 97.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 82 112 60 0.27 0 0.46 0.56 94.62 0.3 0.34
Hex 52 70 3C 1B 0 2E 38 5F 1E 22
Octal 122 160 74 33 0 56 70 137 36 42
Binary 1010010 1110000 111100 11011 0 101110 111000 1011111 11110 100010

Color Harmonies of #52703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52703C

Black with #52703C

Text Example


Text Example

White with #52703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52703C;
 }
 .AnyTagClassName
 {
   color: #52703C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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