#527748

Color #527748 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #527748

Tints of Fern Green #527748

Color information

#527748 (or 0x527748) is unknown color: approx Fern Green. HEX triplet: 52, 77 and 48. RGB value is (82,119,72). Sum of RGB (Red+Green+Blue) = 82+119+72=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #527748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527748 is #AD88B7. Grayscale: #666666. Windows color (decimal): -11372728 or 4749138. OLE color: 4749138.

HSL color Cylindrical-coordinate representation of color #527748: hue angle of 107.23º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527748 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB8211972-
CMYK0.3100.390.53
HSL107.23º24.61%37.45%-
HSV(B)107.23º39.5%46.67%-
XYZ11.2515.468.52-
YUV102.58110.74113.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=30.04%
G=43.59%
B=26.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119720.3100.390.53107.2324.6137.45
Hex5277481F027356b1925
Octal12216711037047651533145
Binary101001011101111001000111110100111110101110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527748; }

 p { color: rgb(82,119,72); }

 H1.HeaderClassName
 {
   color: #527748;
 }
 .AnyTagClassName
 {
   color: #527748;
 }
</style>
background-color css

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

 a { background-color: rgb(82,119,72); }

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

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

 span { border-color: rgb(82,119,72); }

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