Html Css Color HEX #4A7944 Fern Green

📋 copy color: '#4A7944'

red 74 ◦ green 121 ◦ blue 68

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

Shades of Fern Green #4A7944

Tints of Fern Green #4A7944

RGB

 RED value IS 74 (29.3% from 255) = 28.14%

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 28.14%
G = 46.01%
B = 25.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#4A7944 (or 0x4A7944) is known color: Fern Green. HEX triplet: 4A, 79 and 44. RGB value is (74,121,68). Sum of RGB (Red+Green+Blue) = 74+121+68=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7944 is #B586BB. Grayscale: #656565. Windows color (decimal): -11896508 or 4487498. OLE color: 4487498.

HSL color Cylindrical-coordinate representation of color #4A7944: hue angle of 113.21º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7944 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 68 -
CMYK 0.39 0 0.44 0.53
HSL 113.21º 0.28% 0.37% -
HSV(B) 113.21º 0.44% 0.47% -
XYZ 10.7 15.55 7.91 -
YUV 100.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 74 121 68 0.39 0 0.44 0.53 113.21 0.28 0.37
Hex 4A 79 44 27 0 2C 35 71 1C 25
Octal 112 171 104 47 0 54 65 161 34 45
Binary 1001010 1111001 1000100 100111 0 101100 110101 1110001 11100 100101

Color Harmonies of #4A7944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7944

Black with #4A7944

Text Example


Text Example

White with #4A7944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,68); }

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

background-color css

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

 a { background-color: rgb(74,121,68); }

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

border-color css

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

 span { border-color: rgb(74,121,68); }

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