Html Css Color HEX #4F704B Fern Green

📋 copy color: '#4F704B'

red 79 ◦ green 112 ◦ blue 75

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

Shades of Fern Green #4F704B

Tints of Fern Green #4F704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 29.7%
G = 42.11%
B = 28.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#4F704B (or 0x4F704B) is known color: Fern Green. HEX triplet: 4F, 70 and 4B. RGB value is (79,112,75). Sum of RGB (Red+Green+Blue) = 79+112+75=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #4F704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F704B is #B08FB4. Grayscale: #626262. Windows color (decimal): -11571125 or 4943951. OLE color: 4943951.

HSL color Cylindrical-coordinate representation of color #4F704B: hue angle of 113.51º 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 #4F704B is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 75 -
CMYK 0.29 0 0.33 0.56
HSL 113.51º 0.2% 0.37% -
HSV(B) 113.51º 0.33% 0.44% -
XYZ 10.29 13.76 8.77 -
YUV 97.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 79 112 75 0.29 0 0.33 0.56 113.51 0.2 0.37
Hex 4F 70 4B 1D 0 21 38 72 14 25
Octal 117 160 113 35 0 41 70 162 24 45
Binary 1001111 1110000 1001011 11101 0 100001 111000 1110010 10100 100101

Color Harmonies of #4F704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F704B

Black with #4F704B

Text Example


Text Example

White with #4F704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,75); }

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

background-color css

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

 a { background-color: rgb(79,112,75); }

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

border-color css

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

 span { border-color: rgb(79,112,75); }

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