Html Css Color HEX #527338 Chalet Green

📋 copy color: '#527338'

red 82 ◦ green 115 ◦ blue 56

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

Shades of Chalet Green #527338

Tints of Chalet Green #527338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 32.41%
G = 45.45%
B = 22.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#527338 (or 0x527338) is known color: Chalet Green. HEX triplet: 52, 73 and 38. RGB value is (82,115,56). Sum of RGB (Red+Green+Blue) = 82+115+56=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #527338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527338 is #AD8CC7. Grayscale: #626262. Windows color (decimal): -11373768 or 3699538. OLE color: 3699538.

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

Color convert

RGB 82 115 56 -
CMYK 0.29 0 0.51 0.55
HSL 93.56º 0.35% 0.34% -
HSV(B) 93.56º 0.51% 0.45% -
XYZ 10.32 14.34 5.97 -
YUV 98.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 82 115 56 0.29 0 0.51 0.55 93.56 0.35 0.34
Hex 52 73 38 1D 0 33 37 5E 23 22
Octal 122 163 70 35 0 63 67 136 43 42
Binary 1010010 1110011 111000 11101 0 110011 110111 1011110 100011 100010

Color Harmonies of #527338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527338

Black with #527338

Text Example


Text Example

White with #527338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527338; }

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

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

background-color css

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

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

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

border-color css

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

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

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