Html Css Color HEX #526542 Chalet Green

📋 copy color: '#526542'

red 82 ◦ green 101 ◦ blue 66

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

Shades of Chalet Green #526542

Tints of Chalet Green #526542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.56%

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

R = 32.93%
G = 40.56%
B = 26.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#526542 (or 0x526542) is known color: Chalet Green. HEX triplet: 52, 65 and 42. RGB value is (82,101,66). Sum of RGB (Red+Green+Blue) = 82+101+66=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #526542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526542 is #AD9ABD. Grayscale: #5B5B5B. Windows color (decimal): -11377342 or 4351314. OLE color: 4351314.

HSL color Cylindrical-coordinate representation of color #526542: hue angle of 92.57º 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 #526542 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 66 -
CMYK 0.19 0 0.35 0.60
HSL 92.57º 0.21% 0.33% -
HSV(B) 92.57º 0.35% 0.4% -
XYZ 9.12 11.49 6.89 -
YUV 91.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 82 101 66 0.19 0 0.35 0.60 92.57 0.21 0.33
Hex 52 65 42 13 0 23 3C 5D 15 21
Octal 122 145 102 23 0 43 74 135 25 41
Binary 1010010 1100101 1000010 10011 0 100011 111100 1011101 10101 100001

Color Harmonies of #526542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526542

Black with #526542

Text Example


Text Example

White with #526542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526542; }

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

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

background-color css

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

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

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

border-color css

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

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

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