Html Css Color HEX #527038 Chalet Green

📋 copy color: '#527038'

red 82 ◦ green 112 ◦ blue 56

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

Shades of Chalet Green #527038

Tints of Chalet Green #527038

RGB

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

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

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

R = 32.8%
G = 44.8%
B = 22.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#527038 (or 0x527038) is known color: Chalet Green. HEX triplet: 52, 70 and 38. RGB value is (82,112,56). Sum of RGB (Red+Green+Blue) = 82+112+56=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #527038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527038 is #AD8FC7. Grayscale: #606060. Windows color (decimal): -11374536 or 3698770. OLE color: 3698770.

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

Color convert

RGB 82 112 56 -
CMYK 0.27 0 0.50 0.56
HSL 92.14º 0.33% 0.33% -
HSV(B) 92.14º 0.5% 0.44% -
XYZ 9.99 13.67 5.85 -
YUV 96.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 82 112 56 0.27 0 0.50 0.56 92.14 0.33 0.33
Hex 52 70 38 1B 0 32 38 5C 21 21
Octal 122 160 70 33 0 62 70 134 41 41
Binary 1010010 1110000 111000 11011 0 110010 111000 1011100 100001 100001

Color Harmonies of #527038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527038

Black with #527038

Text Example


Text Example

White with #527038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527038; }

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

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

background-color css

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

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

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

border-color css

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

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

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