Html Css Color HEX #526E38 Chalet Green

📋 copy color: '#526E38'

red 82 ◦ green 110 ◦ blue 56

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

Shades of Chalet Green #526E38

Tints of Chalet Green #526E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

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

R = 33.06%
G = 44.35%
B = 22.58%

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

#526E38 (or 0x526E38) is known color: Chalet Green. HEX triplet: 52, 6E and 38. RGB value is (82,110,56). Sum of RGB (Red+Green+Blue) = 82+110+56=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #526E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E38 is #AD91C7. Grayscale: #5F5F5F. Windows color (decimal): -11375048 or 3698258. OLE color: 3698258.

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

Color convert

RGB 82 110 56 -
CMYK 0.25 0 0.49 0.57
HSL 91.11º 0.33% 0.33% -
HSV(B) 91.11º 0.49% 0.43% -
XYZ 9.77 13.23 5.78 -
YUV 95.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 82 110 56 0.25 0 0.49 0.57 91.11 0.33 0.33
Hex 52 6E 38 19 0 31 39 5B 21 21
Octal 122 156 70 31 0 61 71 133 41 41
Binary 1010010 1101110 111000 11001 0 110001 111001 1011011 100001 100001

Color Harmonies of #526E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E38

Black with #526E38

Text Example


Text Example

White with #526E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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