Html Css Color HEX #4F754C Fern Green

📋 copy color: '#4F754C'

red 79 ◦ green 117 ◦ blue 76

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

Shades of Fern Green #4F754C

Tints of Fern Green #4F754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.01%

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

R = 29.04%
G = 43.01%
B = 27.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#4F754C (or 0x4F754C) is known color: Fern Green. HEX triplet: 4F, 75 and 4C. RGB value is (79,117,76). Sum of RGB (Red+Green+Blue) = 79+117+76=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #4F754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F754C is #B08AB3. Grayscale: #656565. Windows color (decimal): -11569844 or 5010767. OLE color: 5010767.

HSL color Cylindrical-coordinate representation of color #4F754C: hue angle of 115.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F754C is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 117 76 -
CMYK 0.32 0 0.35 0.54
HSL 115.61º 0.21% 0.38% -
HSV(B) 115.61º 0.35% 0.46% -
XYZ 10.89 14.91 9.14 -
YUV 100.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 79 117 76 0.32 0 0.35 0.54 115.61 0.21 0.38
Hex 4F 75 4C 20 0 23 36 74 15 26
Octal 117 165 114 40 0 43 66 164 25 46
Binary 1001111 1110101 1001100 100000 0 100011 110110 1110100 10101 100110

Color Harmonies of #4F754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F754C

Black with #4F754C

Text Example


Text Example

White with #4F754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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