Html Css Color HEX #527141 Fern Green

📋 copy color: '#527141'

red 82 ◦ green 113 ◦ blue 65

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

Shades of Fern Green #527141

Tints of Fern Green #527141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 31.54%
G = 43.46%
B = 25%

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

#527141 (or 0x527141) is known color: Fern Green. HEX triplet: 52, 71 and 41. RGB value is (82,113,65). Sum of RGB (Red+Green+Blue) = 82+113+65=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #527141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527141 is #AD8EBE. Grayscale: #626262. Windows color (decimal): -11374271 or 4288850. OLE color: 4288850.

HSL color Cylindrical-coordinate representation of color #527141: hue angle of 98.75º 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 #527141 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 65 -
CMYK 0.27 0 0.42 0.56
HSL 98.75º 0.27% 0.35% -
HSV(B) 98.75º 0.42% 0.44% -
XYZ 10.34 13.99 7.16 -
YUV 98.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 82 113 65 0.27 0 0.42 0.56 98.75 0.27 0.35
Hex 52 71 41 1B 0 2A 38 63 1B 23
Octal 122 161 101 33 0 52 70 143 33 43
Binary 1010010 1110001 1000001 11011 0 101010 111000 1100011 11011 100011

Color Harmonies of #527141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527141

Black with #527141

Text Example


Text Example

White with #527141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527141; }

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

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

background-color css

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

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

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

border-color css

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

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

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