Html Css Color HEX #527240 Fern Green

📋 copy color: '#527240'

red 82 ◦ green 114 ◦ blue 64

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

Shades of Fern Green #527240

Tints of Fern Green #527240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 31.54%
G = 43.85%
B = 24.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#527240 (or 0x527240) is known color: Fern Green. HEX triplet: 52, 72 and 40. RGB value is (82,114,64). Sum of RGB (Red+Green+Blue) = 82+114+64=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #527240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527240 is #AD8DBF. Grayscale: #626262. Windows color (decimal): -11374016 or 4223570. OLE color: 4223570.

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

Color convert

RGB 82 114 64 -
CMYK 0.28 0 0.44 0.55
HSL 98.4º 0.28% 0.35% -
HSV(B) 98.4º 0.44% 0.45% -
XYZ 10.42 14.2 7.04 -
YUV 98.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 82 114 64 0.28 0 0.44 0.55 98.4 0.28 0.35
Hex 52 72 40 1C 0 2C 37 62 1C 23
Octal 122 162 100 34 0 54 67 142 34 43
Binary 1010010 1110010 1000000 11100 0 101100 110111 1100010 11100 100011

Color Harmonies of #527240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527240

Black with #527240

Text Example


Text Example

White with #527240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527240; }

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

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

background-color css

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

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

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

border-color css

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

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

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