Html Css Color HEX #527238 Chalet Green

📋 copy color: '#527238'

red 82 ◦ green 114 ◦ blue 56

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

Shades of Chalet Green #527238

Tints of Chalet Green #527238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 32.54%
G = 45.24%
B = 22.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#527238 (or 0x527238) is known color: Chalet Green. HEX triplet: 52, 72 and 38. RGB value is (82,114,56). Sum of RGB (Red+Green+Blue) = 82+114+56=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #527238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527238 is #AD8DC7. Grayscale: #626262. Windows color (decimal): -11374024 or 3699282. OLE color: 3699282.

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

Color convert

RGB 82 114 56 -
CMYK 0.28 0 0.51 0.55
HSL 93.1º 0.34% 0.33% -
HSV(B) 93.1º 0.51% 0.45% -
XYZ 10.21 14.11 5.93 -
YUV 97.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 82 114 56 0.28 0 0.51 0.55 93.1 0.34 0.33
Hex 52 72 38 1C 0 33 37 5D 22 21
Octal 122 162 70 34 0 63 67 135 42 41
Binary 1010010 1110010 111000 11100 0 110011 110111 1011101 100010 100001

Color Harmonies of #527238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527238

Black with #527238

Text Example


Text Example

White with #527238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527238; }

 p { color: rgb(82,114,56); }

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

background-color css

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

 a { background-color: rgb(82,114,56); }

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

border-color css

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

 span { border-color: rgb(82,114,56); }

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