Html Css Color HEX #526A3A Chalet Green

📋 copy color: '#526A3A'

red 82 ◦ green 106 ◦ blue 58

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

Shades of Chalet Green #526A3A

Tints of Chalet Green #526A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 33.33%
G = 43.09%
B = 23.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#526A3A (or 0x526A3A) is known color: Chalet Green. HEX triplet: 52, 6A and 3A. RGB value is (82,106,58). Sum of RGB (Red+Green+Blue) = 82+106+58=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #526A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A3A is #AD95C5. Grayscale: #5D5D5D. Windows color (decimal): -11376070 or 3828306. OLE color: 3828306.

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

Color convert

RGB 82 106 58 -
CMYK 0.23 0 0.45 0.58
HSL 90º 0.29% 0.32% -
HSV(B) 90º 0.45% 0.42% -
XYZ 9.4 12.41 5.9 -
YUV 93.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 82 106 58 0.23 0 0.45 0.58 90 0.29 0.32
Hex 52 6A 3A 17 0 2D 3A 5A 1D 20
Octal 122 152 72 27 0 55 72 132 35 40
Binary 1010010 1101010 111010 10111 0 101101 111010 1011010 11101 100000

Color Harmonies of #526A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A3A

Black with #526A3A

Text Example


Text Example

White with #526A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,58); }

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

background-color css

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

 a { background-color: rgb(82,106,58); }

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

border-color css

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

 span { border-color: rgb(82,106,58); }

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