Html Css Color HEX #527241 Fern Green

📋 copy color: '#527241'

red 82 ◦ green 114 ◦ blue 65

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

Shades of Fern Green #527241

Tints of Fern Green #527241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 31.42%
G = 43.68%
B = 24.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#527241 (or 0x527241) is known color: Fern Green. HEX triplet: 52, 72 and 41. RGB value is (82,114,65). Sum of RGB (Red+Green+Blue) = 82+114+65=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #527241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527241 is #AD8DBE. Grayscale: #636363. Windows color (decimal): -11374015 or 4289106. OLE color: 4289106.

HSL color Cylindrical-coordinate representation of color #527241: hue angle of 99.18º 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 #527241 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 65 -
CMYK 0.28 0 0.43 0.55
HSL 99.18º 0.27% 0.35% -
HSV(B) 99.18º 0.43% 0.45% -
XYZ 10.45 14.21 7.19 -
YUV 98.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 82 114 65 0.28 0 0.43 0.55 99.18 0.27 0.35
Hex 52 72 41 1C 0 2B 37 63 1B 23
Octal 122 162 101 34 0 53 67 143 33 43
Binary 1010010 1110010 1000001 11100 0 101011 110111 1100011 11011 100011

Color Harmonies of #527241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527241

Black with #527241

Text Example


Text Example

White with #527241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527241; }

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

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

background-color css

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

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

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

border-color css

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

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

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