Html Css Color HEX #527736 Chalet Green

📋 copy color: '#527736'

red 82 ◦ green 119 ◦ blue 54

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

Shades of Chalet Green #527736

Tints of Chalet Green #527736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 32.16%
G = 46.67%
B = 21.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#527736 (or 0x527736) is known color: Chalet Green. HEX triplet: 52, 77 and 36. RGB value is (82,119,54). Sum of RGB (Red+Green+Blue) = 82+119+54=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #527736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527736 is #AD88C9. Grayscale: #646464. Windows color (decimal): -11372746 or 3569490. OLE color: 3569490.

HSL color Cylindrical-coordinate representation of color #527736: hue angle of 94.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527736 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 54 -
CMYK 0.31 0 0.55 0.53
HSL 94.15º 0.38% 0.34% -
HSV(B) 94.15º 0.55% 0.47% -
XYZ 10.74 15.25 5.87 -
YUV 100.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 82 119 54 0.31 0 0.55 0.53 94.15 0.38 0.34
Hex 52 77 36 1F 0 37 35 5E 26 22
Octal 122 167 66 37 0 67 65 136 46 42
Binary 1010010 1110111 110110 11111 0 110111 110101 1011110 100110 100010

Color Harmonies of #527736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527736

Black with #527736

Text Example


Text Example

White with #527736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527736; }

 p { color: rgb(82,119,54); }

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

background-color css

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

 a { background-color: rgb(82,119,54); }

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

border-color css

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

 span { border-color: rgb(82,119,54); }

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