Html Css Color HEX #527342 Fern Green

📋 copy color: '#527342'

red 82 ◦ green 115 ◦ blue 66

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

Shades of Fern Green #527342

Tints of Fern Green #527342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 31.18%
G = 43.73%
B = 25.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#527342 (or 0x527342) is known color: Fern Green. HEX triplet: 52, 73 and 42. RGB value is (82,115,66). Sum of RGB (Red+Green+Blue) = 82+115+66=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #527342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527342 is #AD8CBD. Grayscale: #636363. Windows color (decimal): -11373758 or 4354898. OLE color: 4354898.

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

Color convert

RGB 82 115 66 -
CMYK 0.29 0 0.43 0.55
HSL 100.41º 0.27% 0.35% -
HSV(B) 100.41º 0.43% 0.45% -
XYZ 10.59 14.45 7.38 -
YUV 99.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 82 115 66 0.29 0 0.43 0.55 100.41 0.27 0.35
Hex 52 73 42 1D 0 2B 37 64 1B 23
Octal 122 163 102 35 0 53 67 144 33 43
Binary 1010010 1110011 1000010 11101 0 101011 110111 1100100 11011 100011

Color Harmonies of #527342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527342

Black with #527342

Text Example


Text Example

White with #527342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527342; }

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

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

background-color css

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

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

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

border-color css

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

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

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