Html Css Color HEX #527041 Fern Green

📋 copy color: '#527041'

red 82 ◦ green 112 ◦ blue 65

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

Shades of Fern Green #527041

Tints of Fern Green #527041

RGB

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

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

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

R = 31.66%
G = 43.24%
B = 25.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#527041 (or 0x527041) is known color: Fern Green. HEX triplet: 52, 70 and 41. RGB value is (82,112,65). Sum of RGB (Red+Green+Blue) = 82+112+65=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #527041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527041 is #AD8FBE. Grayscale: #616161. Windows color (decimal): -11374527 or 4288594. OLE color: 4288594.

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

Color convert

RGB 82 112 65 -
CMYK 0.27 0 0.42 0.56
HSL 98.3º 0.27% 0.35% -
HSV(B) 98.3º 0.42% 0.44% -
XYZ 10.23 13.76 7.12 -
YUV 97.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 82 112 65 0.27 0 0.42 0.56 98.3 0.27 0.35
Hex 52 70 41 1B 0 2A 38 62 1B 23
Octal 122 160 101 33 0 52 70 142 33 43
Binary 1010010 1110000 1000001 11011 0 101010 111000 1100010 11011 100011

Color Harmonies of #527041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527041

Black with #527041

Text Example


Text Example

White with #527041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527041; }

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

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

background-color css

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

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

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

border-color css

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

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

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