#51704A

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

Shades of Fern Green #51704A

Tints of Fern Green #51704A

Color information

#51704A (or 0x51704A) is unknown color: approx Fern Green. HEX triplet: 51, 70 and 4A. RGB value is (81,112,74). Sum of RGB (Red+Green+Blue) = 81+112+74=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #51704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51704A is #AE8FB5. Grayscale: #626262. Windows color (decimal): -11440054 or 4878417. OLE color: 4878417.

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

Color convert

RGB8111274-
CMYK0.2800.340.56
HSL108.95º20.43%36.47%-
HSV(B)108.95º33.93%43.92%-
XYZ10.4213.838.6-
YUV98.4114.23115.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=30.34%
G=41.95%
B=27.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112740.2800.340.56108.9520.4336.47
Hex51704A1C022386d1424
Octal12116011234042701552444
Binary101000111100001001010111000100010111000110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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