Html Css Color HEX #527137 Chalet Green

📋 copy color: '#527137'

red 82 ◦ green 113 ◦ blue 55

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

Shades of Chalet Green #527137

Tints of Chalet Green #527137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

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

R = 32.8%
G = 45.2%
B = 22%

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

#527137 (or 0x527137) is known color: Chalet Green. HEX triplet: 52, 71 and 37. RGB value is (82,113,55). Sum of RGB (Red+Green+Blue) = 82+113+55=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #527137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527137 is #AD8EC8. Grayscale: #616161. Windows color (decimal): -11374281 or 3633490. OLE color: 3633490.

HSL color Cylindrical-coordinate representation of color #527137: hue angle of 92.07º degrees, saturation: 0.35, 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 #527137 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 55 -
CMYK 0.27 0 0.51 0.56
HSL 92.07º 0.35% 0.33% -
HSV(B) 92.07º 0.51% 0.44% -
XYZ 10.07 13.88 5.76 -
YUV 97.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 82 113 55 0.27 0 0.51 0.56 92.07 0.35 0.33
Hex 52 71 37 1B 0 33 38 5C 23 21
Octal 122 161 67 33 0 63 70 134 43 41
Binary 1010010 1110001 110111 11011 0 110011 111000 1011100 100011 100001

Color Harmonies of #527137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527137

Black with #527137

Text Example


Text Example

White with #527137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527137; }

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

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

background-color css

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

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

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

border-color css

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

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

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