#518536

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

Shades of Fern Green #518536

Tints of Fern Green #518536

Color information

#518536 (or 0x518536) is unknown color: approx Fern Green. HEX triplet: 51, 85 and 36. RGB value is (81,133,54). Sum of RGB (Red+Green+Blue) = 81+133+54=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #518536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518536 is #AE7AC9. Grayscale: #6C6C6C. Windows color (decimal): -11434698 or 3573073. OLE color: 3573073.

HSL color Cylindrical-coordinate representation of color #518536: hue angle of 99.49º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #518536 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB8113354-
CMYK0.3900.590.48
HSL99.49º42.25%36.67%-
HSV(B)99.49º59.4%52.16%-
XYZ12.4518.796.46-
YUV108.4597.27108.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=30.22%
G=49.63%
B=20.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133540.3900.590.4899.4942.2536.67
Hex5185362703B30632a25
Octal1212056647073601435245
Binary10100011000010111011010011101110111100001100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518536; }

 p { color: rgb(81,133,54); }

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

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

 a { background-color: rgb(81,133,54); }

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

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

 span { border-color: rgb(81,133,54); }

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