Html Css Color HEX #4A7E46 Fern Green

📋 copy color: '#4A7E46'

red 74 ◦ green 126 ◦ blue 70

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

Shades of Fern Green #4A7E46

Tints of Fern Green #4A7E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 27.41%
G = 46.67%
B = 25.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#4A7E46 (or 0x4A7E46) is known color: Fern Green. HEX triplet: 4A, 7E and 46. RGB value is (74,126,70). Sum of RGB (Red+Green+Blue) = 74+126+70=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E46 is #B581B9. Grayscale: #686868. Windows color (decimal): -11895226 or 4619850. OLE color: 4619850.

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

Color convert

RGB 74 126 70 -
CMYK 0.41 0 0.44 0.51
HSL 115.71º 0.29% 0.38% -
HSV(B) 115.71º 0.44% 0.49% -
XYZ 11.39 16.82 8.44 -
YUV 104.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 74 126 70 0.41 0 0.44 0.51 115.71 0.29 0.38
Hex 4A 7E 46 29 0 2C 33 74 1D 26
Octal 112 176 106 51 0 54 63 164 35 46
Binary 1001010 1111110 1000110 101001 0 101100 110011 1110100 11101 100110

Color Harmonies of #4A7E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7E46

Black with #4A7E46

Text Example


Text Example

White with #4A7E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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