Html Css Color HEX #4A7E44 Fern Green

📋 copy color: '#4A7E44'

red 74 ◦ green 126 ◦ blue 68

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

Shades of Fern Green #4A7E44

Tints of Fern Green #4A7E44

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.01%

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

R = 27.61%
G = 47.01%
B = 25.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#4A7E44 (or 0x4A7E44) is known color: Fern Green. HEX triplet: 4A, 7E and 44. RGB value is (74,126,68). Sum of RGB (Red+Green+Blue) = 74+126+68=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E44 is #B581BB. Grayscale: #686868. Windows color (decimal): -11895228 or 4488778. OLE color: 4488778.

HSL color Cylindrical-coordinate representation of color #4A7E44: hue angle of 113.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A7E44 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 126 68 -
CMYK 0.41 0 0.46 0.51
HSL 113.79º 0.3% 0.38% -
HSV(B) 113.79º 0.46% 0.49% -
XYZ 11.33 16.79 8.11 -
YUV 103.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 74 126 68 0.41 0 0.46 0.51 113.79 0.3 0.38
Hex 4A 7E 44 29 0 2E 33 72 1E 26
Octal 112 176 104 51 0 56 63 162 36 46
Binary 1001010 1111110 1000100 101001 0 101110 110011 1110010 11110 100110

Color Harmonies of #4A7E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7E44

Black with #4A7E44

Text Example


Text Example

White with #4A7E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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