Html Css Color HEX #4A7D42 Fern Green

📋 copy color: '#4A7D42'

red 74 ◦ green 125 ◦ blue 66

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

Shades of Fern Green #4A7D42

Tints of Fern Green #4A7D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.17%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 27.92%
G = 47.17%
B = 24.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#4A7D42 (or 0x4A7D42) is known color: Fern Green. HEX triplet: 4A, 7D and 42. RGB value is (74,125,66). Sum of RGB (Red+Green+Blue) = 74+125+66=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7D42 is #B582BD. Grayscale: #676767. Windows color (decimal): -11895486 or 4357450. OLE color: 4357450.

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

Color convert

RGB 74 125 66 -
CMYK 0.41 0 0.47 0.51
HSL 111.86º 0.31% 0.37% -
HSV(B) 111.86º 0.47% 0.49% -
XYZ 11.14 16.52 7.76 -
YUV 103.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 74 125 66 0.41 0 0.47 0.51 111.86 0.31 0.37
Hex 4A 7D 42 29 0 2F 33 70 1F 25
Octal 112 175 102 51 0 57 63 160 37 45
Binary 1001010 1111101 1000010 101001 0 101111 110011 1110000 11111 100101

Color Harmonies of #4A7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7D42

Black with #4A7D42

Text Example


Text Example

White with #4A7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,66); }

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

background-color css

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

 a { background-color: rgb(74,125,66); }

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

border-color css

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

 span { border-color: rgb(74,125,66); }

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