Html Css Color HEX #4F714C Fern Green

📋 copy color: '#4F714C'

red 79 ◦ green 113 ◦ blue 76

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

Shades of Fern Green #4F714C

Tints of Fern Green #4F714C

RGB

 RED value IS 79 (31.25% from 255) = 29.48%

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 29.48%
G = 42.16%
B = 28.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#4F714C (or 0x4F714C) is known color: Fern Green. HEX triplet: 4F, 71 and 4C. RGB value is (79,113,76). Sum of RGB (Red+Green+Blue) = 79+113+76=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #4F714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F714C is #B08EB3. Grayscale: #626262. Windows color (decimal): -11570868 or 5009743. OLE color: 5009743.

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

Color convert

RGB 79 113 76 -
CMYK 0.30 0 0.33 0.56
HSL 115.14º 0.2% 0.37% -
HSV(B) 115.14º 0.33% 0.44% -
XYZ 10.43 13.99 8.99 -
YUV 98.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 79 113 76 0.30 0 0.33 0.56 115.14 0.2 0.37
Hex 4F 71 4C 1E 0 21 38 73 14 25
Octal 117 161 114 36 0 41 70 163 24 45
Binary 1001111 1110001 1001100 11110 0 100001 111000 1110011 10100 100101

Color Harmonies of #4F714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F714C

Black with #4F714C

Text Example


Text Example

White with #4F714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F714C; }

 p { color: rgb(79,113,76); }

 H1.HeaderClassName
 {
   color: #4F714C;
 }
 .AnyTagClassName
 {
   color: #4F714C;
 }
</style>

background-color css

<style>
 a { background-color: #4F714C; }

 a { background-color: rgb(79,113,76); }

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

border-color css

<style>
 span { border-color: #4F714C; }

 span { border-color: rgb(79,113,76); }

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