Html Css Color HEX #527647 Fern Green

📋 copy color: '#527647'

red 82 ◦ green 118 ◦ blue 71

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

Shades of Fern Green #527647

Tints of Fern Green #527647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

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

R = 30.26%
G = 43.54%
B = 26.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#527647 (or 0x527647) is known color: Fern Green. HEX triplet: 52, 76 and 47. RGB value is (82,118,71). Sum of RGB (Red+Green+Blue) = 82+118+71=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #527647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527647 is #AD89B8. Grayscale: #666666. Windows color (decimal): -11372985 or 4683346. OLE color: 4683346.

HSL color Cylindrical-coordinate representation of color #527647: hue angle of 105.96º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527647 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 71 -
CMYK 0.31 0 0.40 0.54
HSL 105.96º 0.25% 0.37% -
HSV(B) 105.96º 0.4% 0.46% -
XYZ 11.1 15.21 8.31 -
YUV 101.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 82 118 71 0.31 0 0.40 0.54 105.96 0.25 0.37
Hex 52 76 47 1F 0 28 36 6A 19 25
Octal 122 166 107 37 0 50 66 152 31 45
Binary 1010010 1110110 1000111 11111 0 101000 110110 1101010 11001 100101

Color Harmonies of #527647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527647

Black with #527647

Text Example


Text Example

White with #527647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527647; }

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

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

background-color css

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

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

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

border-color css

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

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

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