Html Css Color HEX #527037 Chalet Green

📋 copy color: '#527037'

red 82 ◦ green 112 ◦ blue 55

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

Shades of Chalet Green #527037

Tints of Chalet Green #527037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 32.93%
G = 44.98%
B = 22.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#527037 (or 0x527037) is known color: Chalet Green. HEX triplet: 52, 70 and 37. RGB value is (82,112,55). Sum of RGB (Red+Green+Blue) = 82+112+55=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #527037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527037 is #AD8FC8. Grayscale: #606060. Windows color (decimal): -11374537 or 3633234. OLE color: 3633234.

HSL color Cylindrical-coordinate representation of color #527037: hue angle of 91.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527037 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 55 -
CMYK 0.27 0 0.51 0.56
HSL 91.58º 0.34% 0.33% -
HSV(B) 91.58º 0.51% 0.44% -
XYZ 9.96 13.66 5.73 -
YUV 96.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 82 112 55 0.27 0 0.51 0.56 91.58 0.34 0.33
Hex 52 70 37 1B 0 33 38 5C 22 21
Octal 122 160 67 33 0 63 70 134 42 41
Binary 1010010 1110000 110111 11011 0 110011 111000 1011100 100010 100001

Color Harmonies of #527037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527037

Black with #527037

Text Example


Text Example

White with #527037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527037; }

 p { color: rgb(82,112,55); }

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

background-color css

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

 a { background-color: rgb(82,112,55); }

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

border-color css

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

 span { border-color: rgb(82,112,55); }

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