Html Css Color HEX #51714B Fern Green

📋 copy color: '#51714B'

red 81 ◦ green 113 ◦ blue 75

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

Shades of Fern Green #51714B

Tints of Fern Green #51714B

RGB

 RED value IS 81 (32.03% from 255) = 30.11%

 GREEN value IS 113 (44.53% from 255) = 42.01%

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 30.11%
G = 42.01%
B = 27.88%

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

#51714B (or 0x51714B) is known color: Fern Green. HEX triplet: 51, 71 and 4B. RGB value is (81,113,75). Sum of RGB (Red+Green+Blue) = 81+113+75=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #51714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51714B is #AE8EB4. Grayscale: #636363. Windows color (decimal): -11439797 or 4944209. OLE color: 4944209.

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

Color convert

RGB 81 113 75 -
CMYK 0.28 0 0.34 0.56
HSL 110.53º 0.2% 0.37% -
HSV(B) 110.53º 0.34% 0.44% -
XYZ 10.57 14.07 8.81 -
YUV 99.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 81 113 75 0.28 0 0.34 0.56 110.53 0.2 0.37
Hex 51 71 4B 1C 0 22 38 6F 14 25
Octal 121 161 113 34 0 42 70 157 24 45
Binary 1010001 1110001 1001011 11100 0 100010 111000 1101111 10100 100101

Color Harmonies of #51714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51714B

Black with #51714B

Text Example


Text Example

White with #51714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51714B;
 }
 .AnyTagClassName
 {
   color: #51714B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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