Html Css Color HEX #526F39 Chalet Green

📋 copy color: '#526F39'

red 82 ◦ green 111 ◦ blue 57

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

Shades of Chalet Green #526F39

Tints of Chalet Green #526F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 32.8%
G = 44.4%
B = 22.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#526F39 (or 0x526F39) is known color: Chalet Green. HEX triplet: 52, 6F and 39. RGB value is (82,111,57). Sum of RGB (Red+Green+Blue) = 82+111+57=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #526F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F39 is #AD90C6. Grayscale: #606060. Windows color (decimal): -11374791 or 3764050. OLE color: 3764050.

HSL color Cylindrical-coordinate representation of color #526F39: hue angle of 92.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526F39 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 57 -
CMYK 0.26 0 0.49 0.56
HSL 92.22º 0.32% 0.33% -
HSV(B) 92.22º 0.49% 0.44% -
XYZ 9.9 13.46 5.95 -
YUV 96.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 82 111 57 0.26 0 0.49 0.56 92.22 0.32 0.33
Hex 52 6F 39 1A 0 31 38 5C 20 21
Octal 122 157 71 32 0 61 70 134 40 41
Binary 1010010 1101111 111001 11010 0 110001 111000 1011100 100000 100001

Color Harmonies of #526F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F39

Black with #526F39

Text Example


Text Example

White with #526F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,57); }

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

background-color css

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

 a { background-color: rgb(82,111,57); }

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

border-color css

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

 span { border-color: rgb(82,111,57); }

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