Html Css Color HEX #4F7442 Fern Green

📋 copy color: '#4F7442'

red 79 ◦ green 116 ◦ blue 66

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

Shades of Fern Green #4F7442

Tints of Fern Green #4F7442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 30.27%
G = 44.44%
B = 25.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#4F7442 (or 0x4F7442) is known color: Fern Green. HEX triplet: 4F, 74 and 42. RGB value is (79,116,66). Sum of RGB (Red+Green+Blue) = 79+116+66=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7442 is #B08BBD. Grayscale: #636363. Windows color (decimal): -11570110 or 4355151. OLE color: 4355151.

HSL color Cylindrical-coordinate representation of color #4F7442: hue angle of 104.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F7442 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 116 66 -
CMYK 0.32 0 0.43 0.55
HSL 104.4º 0.27% 0.36% -
HSV(B) 104.4º 0.43% 0.45% -
XYZ 10.45 14.55 7.41 -
YUV 99.24 109.24 113.57 -
System Red Green Blue C M Y K H S L
Decimal 79 116 66 0.32 0 0.43 0.55 104.4 0.27 0.36
Hex 4F 74 42 20 0 2B 37 68 1B 24
Octal 117 164 102 40 0 53 67 150 33 44
Binary 1001111 1110100 1000010 100000 0 101011 110111 1101000 11011 100100

Color Harmonies of #4F7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7442

Black with #4F7442

Text Example


Text Example

White with #4F7442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,66); }

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

background-color css

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

 a { background-color: rgb(79,116,66); }

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

border-color css

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

 span { border-color: rgb(79,116,66); }

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