Html Css Color HEX #526D38 Chalet Green

📋 copy color: '#526D38'

red 82 ◦ green 109 ◦ blue 56

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

Shades of Chalet Green #526D38

Tints of Chalet Green #526D38

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.13%

 BLUE value IS 56 (22.27% from 255) = 22.67%

R = 33.2%
G = 44.13%
B = 22.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#526D38 (or 0x526D38) is known color: Chalet Green. HEX triplet: 52, 6D and 38. RGB value is (82,109,56). Sum of RGB (Red+Green+Blue) = 82+109+56=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #526D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D38 is #AD92C7. Grayscale: #5F5F5F. Windows color (decimal): -11375304 or 3698002. OLE color: 3698002.

HSL color Cylindrical-coordinate representation of color #526D38: hue angle of 90.57º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526D38 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 56 -
CMYK 0.25 0 0.49 0.57
HSL 90.57º 0.32% 0.32% -
HSV(B) 90.57º 0.49% 0.43% -
XYZ 9.66 13.02 5.74 -
YUV 94.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 82 109 56 0.25 0 0.49 0.57 90.57 0.32 0.32
Hex 52 6D 38 19 0 31 39 5B 20 20
Octal 122 155 70 31 0 61 71 133 40 40
Binary 1010010 1101101 111000 11001 0 110001 111001 1011011 100000 100000

Color Harmonies of #526D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D38

Black with #526D38

Text Example


Text Example

White with #526D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D38; }

 p { color: rgb(82,109,56); }

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

background-color css

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

 a { background-color: rgb(82,109,56); }

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

border-color css

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

 span { border-color: rgb(82,109,56); }

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