Html Css Color HEX #526F3D Chalet Green

📋 copy color: '#526F3D'

red 82 ◦ green 111 ◦ blue 61

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

Shades of Chalet Green #526F3D

Tints of Chalet Green #526F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 32.28%
G = 43.7%
B = 24.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#526F3D (or 0x526F3D) is known color: Chalet Green. HEX triplet: 52, 6F and 3D. RGB value is (82,111,61). Sum of RGB (Red+Green+Blue) = 82+111+61=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #526F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F3D is #AD90C2. Grayscale: #606060. Windows color (decimal): -11374787 or 4026194. OLE color: 4026194.

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

Color convert

RGB 82 111 61 -
CMYK 0.26 0 0.45 0.56
HSL 94.8º 0.29% 0.34% -
HSV(B) 94.8º 0.45% 0.44% -
XYZ 10.01 13.5 6.49 -
YUV 96.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 82 111 61 0.26 0 0.45 0.56 94.8 0.29 0.34
Hex 52 6F 3D 1A 0 2D 38 5F 1D 22
Octal 122 157 75 32 0 55 70 137 35 42
Binary 1010010 1101111 111101 11010 0 101101 111000 1011111 11101 100010

Color Harmonies of #526F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F3D

Black with #526F3D

Text Example


Text Example

White with #526F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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