Html Css Color HEX #527144 Fern Green

📋 copy color: '#527144'

red 82 ◦ green 113 ◦ blue 68

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

Shades of Fern Green #527144

Tints of Fern Green #527144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 31.18%
G = 42.97%
B = 25.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#527144 (or 0x527144) is known color: Fern Green. HEX triplet: 52, 71 and 44. RGB value is (82,113,68). Sum of RGB (Red+Green+Blue) = 82+113+68=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #527144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527144 is #AD8EBB. Grayscale: #626262. Windows color (decimal): -11374268 or 4485458. OLE color: 4485458.

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

Color convert

RGB 82 113 68 -
CMYK 0.27 0 0.40 0.56
HSL 101.33º 0.25% 0.35% -
HSV(B) 101.33º 0.4% 0.44% -
XYZ 10.43 14.02 7.63 -
YUV 98.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 82 113 68 0.27 0 0.40 0.56 101.33 0.25 0.35
Hex 52 71 44 1B 0 28 38 65 19 23
Octal 122 161 104 33 0 50 70 145 31 43
Binary 1010010 1110001 1000100 11011 0 101000 111000 1100101 11001 100011

Color Harmonies of #527144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527144

Black with #527144

Text Example


Text Example

White with #527144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527144; }

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

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

background-color css

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

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

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

border-color css

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

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

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