Html Css Color HEX #527947 Fern Green

📋 copy color: '#527947'

red 82 ◦ green 121 ◦ blue 71

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

Shades of Fern Green #527947

Tints of Fern Green #527947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 29.93%
G = 44.16%
B = 25.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#527947 (or 0x527947) is known color: Fern Green. HEX triplet: 52, 79 and 47. RGB value is (82,121,71). Sum of RGB (Red+Green+Blue) = 82+121+71=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #527947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527947 is #AD86B8. Grayscale: #676767. Windows color (decimal): -11372217 or 4684114. OLE color: 4684114.

HSL color Cylindrical-coordinate representation of color #527947: hue angle of 106.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527947 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 71 -
CMYK 0.32 0 0.41 0.53
HSL 106.8º 0.26% 0.38% -
HSV(B) 106.8º 0.41% 0.47% -
XYZ 11.45 15.92 8.43 -
YUV 103.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 82 121 71 0.32 0 0.41 0.53 106.8 0.26 0.38
Hex 52 79 47 20 0 29 35 6B 1A 26
Octal 122 171 107 40 0 51 65 153 32 46
Binary 1010010 1111001 1000111 100000 0 101001 110101 1101011 11010 100110

Color Harmonies of #527947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527947

Black with #527947

Text Example


Text Example

White with #527947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527947; }

 p { color: rgb(82,121,71); }

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

background-color css

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

 a { background-color: rgb(82,121,71); }

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

border-color css

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

 span { border-color: rgb(82,121,71); }

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