Html Css Color HEX #526B3F Chalet Green

📋 copy color: '#526B3F'

red 82 ◦ green 107 ◦ blue 63

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

Shades of Chalet Green #526B3F

Tints of Chalet Green #526B3F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.46%

 BLUE value IS 63 (25% from 255) = 25%

R = 32.54%
G = 42.46%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#526B3F (or 0x526B3F) is known color: Chalet Green. HEX triplet: 52, 6B and 3F. RGB value is (82,107,63). Sum of RGB (Red+Green+Blue) = 82+107+63=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #526B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B3F is #AD94C0. Grayscale: #5E5E5E. Windows color (decimal): -11375809 or 4156242. OLE color: 4156242.

HSL color Cylindrical-coordinate representation of color #526B3F: hue angle of 94.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526B3F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 63 -
CMYK 0.23 0 0.41 0.58
HSL 94.09º 0.26% 0.33% -
HSV(B) 94.09º 0.41% 0.42% -
XYZ 9.63 12.67 6.64 -
YUV 94.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 82 107 63 0.23 0 0.41 0.58 94.09 0.26 0.33
Hex 52 6B 3F 17 0 29 3A 5E 1A 21
Octal 122 153 77 27 0 51 72 136 32 41
Binary 1010010 1101011 111111 10111 0 101001 111010 1011110 11010 100001

Color Harmonies of #526B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B3F

Black with #526B3F

Text Example


Text Example

White with #526B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,63); }

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

background-color css

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

 a { background-color: rgb(82,107,63); }

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

border-color css

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

 span { border-color: rgb(82,107,63); }

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