Html Css Color HEX #4E744A Fern Green

📋 copy color: '#4E744A'

red 78 ◦ green 116 ◦ blue 74

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

Shades of Fern Green #4E744A

Tints of Fern Green #4E744A

RGB

 RED value IS 78 (30.86% from 255) = 29.1%

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 29.1%
G = 43.28%
B = 27.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#4E744A (or 0x4E744A) is known color: Fern Green. HEX triplet: 4E, 74 and 4A. RGB value is (78,116,74). Sum of RGB (Red+Green+Blue) = 78+116+74=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #4E744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E744A is #B18BB5. Grayscale: #636363. Windows color (decimal): -11635638 or 4879438. OLE color: 4879438.

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

Color convert

RGB 78 116 74 -
CMYK 0.33 0 0.36 0.55
HSL 114.29º 0.22% 0.37% -
HSV(B) 114.29º 0.36% 0.45% -
XYZ 10.62 14.6 8.74 -
YUV 99.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 78 116 74 0.33 0 0.36 0.55 114.29 0.22 0.37
Hex 4E 74 4A 21 0 24 37 72 16 25
Octal 116 164 112 41 0 44 67 162 26 45
Binary 1001110 1110100 1001010 100001 0 100100 110111 1110010 10110 100101

Color Harmonies of #4E744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E744A

Black with #4E744A

Text Example


Text Example

White with #4E744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,74); }

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

background-color css

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

 a { background-color: rgb(78,116,74); }

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

border-color css

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

 span { border-color: rgb(78,116,74); }

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