Html Css Color HEX #51704A Fern Green

📋 copy color: '#51704A'

red 81 ◦ green 112 ◦ blue 74

#51704A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #51704A

Tints of Fern Green #51704A

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.3% from 255) = 27.72%

R = 30.34%
G = 41.95%
B = 27.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#51704A (or 0x51704A) is known color: 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

RGB 81 112 74 -
CMYK 0.28 0 0.34 0.56
HSL 108.95º 0.2% 0.36% -
HSV(B) 108.95º 0.34% 0.44% -
XYZ 10.42 13.83 8.6 -
YUV 98.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 81 112 74 0.28 0 0.34 0.56 108.95 0.2 0.36
Hex 51 70 4A 1C 0 22 38 6D 14 24
Octal 121 160 112 34 0 42 70 155 24 44
Binary 1010001 1110000 1001010 11100 0 100010 111000 1101101 10100 100100

Color Harmonies of #51704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51704A

Black with #51704A

Text Example


Text Example

White with #51704A

Text Example


Text Example

HTML Codes & Css Web 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>