Html Css Color HEX #51714A Fern Green

📋 copy color: '#51714A'

red 81 ◦ green 113 ◦ blue 74

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

Shades of Fern Green #51714A

Tints of Fern Green #51714A

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

R = 30.22%
G = 42.16%
B = 27.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 81 113 74 -
CMYK 0.28 0 0.35 0.56
HSL 109.23º 0.21% 0.37% -
HSV(B) 109.23º 0.35% 0.44% -
XYZ 10.53 14.05 8.64 -
YUV 98.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 81 113 74 0.28 0 0.35 0.56 109.23 0.21 0.37
Hex 51 71 4A 1C 0 23 38 6D 15 25
Octal 121 161 112 34 0 43 70 155 25 45
Binary 1010001 1110001 1001010 11100 0 100011 111000 1101101 10101 100101

Color Harmonies of #51714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51714A

Black with #51714A

Text Example


Text Example

White with #51714A

Text Example


Text Example

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