Html Css Color HEX #52693F Chalet Green

📋 copy color: '#52693F'

red 82 ◦ green 105 ◦ blue 63

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

Shades of Chalet Green #52693F

Tints of Chalet Green #52693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 32.8%
G = 42%
B = 25.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#52693F (or 0x52693F) is known color: Chalet Green. HEX triplet: 52, 69 and 3F. RGB value is (82,105,63). Sum of RGB (Red+Green+Blue) = 82+105+63=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #52693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52693F is #AD96C0. Grayscale: #5D5D5D. Windows color (decimal): -11376321 or 4155730. OLE color: 4155730.

HSL color Cylindrical-coordinate representation of color #52693F: hue angle of 92.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52693F is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 63 -
CMYK 0.22 0 0.4 0.59
HSL 92.86º 0.25% 0.33% -
HSV(B) 92.86º 0.4% 0.41% -
XYZ 9.43 12.26 6.57 -
YUV 93.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 82 105 63 0.22 0 0.4 0.59 92.86 0.25 0.33
Hex 52 69 3F 16 0 28 3B 5D 19 21
Octal 122 151 77 26 0 50 73 135 31 41
Binary 1010010 1101001 111111 10110 0 101000 111011 1011101 11001 100001

Color Harmonies of #52693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52693F

Black with #52693F

Text Example


Text Example

White with #52693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52693F; }

 p { color: rgb(82,105,63); }

 H1.HeaderClassName
 {
   color: #52693F;
 }
 .AnyTagClassName
 {
   color: #52693F;
 }
</style>

background-color css

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

 a { background-color: rgb(82,105,63); }

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

border-color css

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

 span { border-color: rgb(82,105,63); }

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