Html Css Color HEX #526642 Chalet Green

📋 copy color: '#526642'

red 82 ◦ green 102 ◦ blue 66

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

Shades of Chalet Green #526642

Tints of Chalet Green #526642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 32.8%
G = 40.8%
B = 26.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#526642 (or 0x526642) is known color: Chalet Green. HEX triplet: 52, 66 and 42. RGB value is (82,102,66). Sum of RGB (Red+Green+Blue) = 82+102+66=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #526642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526642 is #AD99BD. Grayscale: #5C5C5C. Windows color (decimal): -11377086 or 4351570. OLE color: 4351570.

HSL color Cylindrical-coordinate representation of color #526642: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526642 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 66 -
CMYK 0.20 0 0.35 0.6
HSL 93.33º 0.21% 0.33% -
HSV(B) 93.33º 0.35% 0.4% -
XYZ 9.21 11.69 6.92 -
YUV 91.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 82 102 66 0.20 0 0.35 0.6 93.33 0.21 0.33
Hex 52 66 42 14 0 23 3C 5D 15 21
Octal 122 146 102 24 0 43 74 135 25 41
Binary 1010010 1100110 1000010 10100 0 100011 111100 1011101 10101 100001

Color Harmonies of #526642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526642

Black with #526642

Text Example


Text Example

White with #526642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526642; }

 p { color: rgb(82,102,66); }

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

background-color css

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

 a { background-color: rgb(82,102,66); }

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

border-color css

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

 span { border-color: rgb(82,102,66); }

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