#527840

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

Shades of Fern Green #527840

Tints of Fern Green #527840

Color information

#527840 (or 0x527840) is unknown color: approx Fern Green. HEX triplet: 52, 78 and 40. RGB value is (82,120,64). Sum of RGB (Red+Green+Blue) = 82+120+64=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #527840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527840 is #AD87BF. Grayscale: #666666. Windows color (decimal): -11372480 or 4225106. OLE color: 4225106.

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

Color convert

RGB8212064-
CMYK0.3200.470.53
HSL100.71º30.43%36.08%-
HSV(B)100.71º46.67%47.06%-
XYZ11.1215.67.27-
YUV102.25106.41113.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=30.83%
G=45.11%
B=24.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120640.3200.470.53100.7130.4336.08
Hex5278402002F35651e24
Octal12217010040057651453644
Binary1010010111100010000001000000101111110101110010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527840; }

 p { color: rgb(82,120,64); }

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

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

 a { background-color: rgb(82,120,64); }

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

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

 span { border-color: rgb(82,120,64); }

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