Html Css Color HEX #4A7744 Fern Green

📋 copy color: '#4A7744'

red 74 ◦ green 119 ◦ blue 68

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

Shades of Fern Green #4A7744

Tints of Fern Green #4A7744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

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

R = 28.35%
G = 45.59%
B = 26.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#4A7744 (or 0x4A7744) is known color: Fern Green. HEX triplet: 4A, 77 and 44. RGB value is (74,119,68). Sum of RGB (Red+Green+Blue) = 74+119+68=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7744 is #B588BB. Grayscale: #636363. Windows color (decimal): -11897020 or 4486986. OLE color: 4486986.

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

Color convert

RGB 74 119 68 -
CMYK 0.38 0 0.43 0.53
HSL 112.94º 0.27% 0.37% -
HSV(B) 112.94º 0.43% 0.47% -
XYZ 10.46 15.07 7.83 -
YUV 99.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 74 119 68 0.38 0 0.43 0.53 112.94 0.27 0.37
Hex 4A 77 44 26 0 2B 35 71 1B 25
Octal 112 167 104 46 0 53 65 161 33 45
Binary 1001010 1110111 1000100 100110 0 101011 110101 1110001 11011 100101

Color Harmonies of #4A7744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7744

Black with #4A7744

Text Example


Text Example

White with #4A7744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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