#51714A

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

Shades of Fern Green #51714A

Tints of Fern Green #51714A

Color information

#51714A (or 0x51714A) is unknown color: approx Fern Green. HEX triplet: 51, 71 and 4A. RGB value is (81,113,74). Sum of RGB (Red+Green+Blue) = 81+113+74=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #51714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51714A is #AE8EB5. Grayscale: #636363. Windows color (decimal): -11439798 or 4878673. OLE color: 4878673.

HSL color Cylindrical-coordinate representation of color #51714A: hue angle of 109.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51714A is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB8111374-
CMYK0.2800.350.56
HSL109.23º20.86%36.67%-
HSV(B)109.23º34.51%44.31%-
XYZ10.5314.058.64-
YUV98.99113.9115.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=30.22%
G=42.16%
B=27.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113740.2800.350.56109.2320.8636.67
Hex51714A1C023386d1525
Octal12116111234043701552545
Binary101000111100011001010111000100011111000110110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51714A; }

 p { color: rgb(81,113,74); }

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

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

 a { background-color: rgb(81,113,74); }

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

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

 span { border-color: rgb(81,113,74); }

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