Html Css Color HEX #4A7846 Fern Green

📋 copy color: '#4A7846'

red 74 ◦ green 120 ◦ blue 70

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

Shades of Fern Green #4A7846

Tints of Fern Green #4A7846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

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

R = 28.03%
G = 45.45%
B = 26.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#4A7846 (or 0x4A7846) is known color: Fern Green. HEX triplet: 4A, 78 and 46. RGB value is (74,120,70). Sum of RGB (Red+Green+Blue) = 74+120+70=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7846 is #B587B9. Grayscale: #646464. Windows color (decimal): -11896762 or 4618314. OLE color: 4618314.

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

Color convert

RGB 74 120 70 -
CMYK 0.38 0 0.42 0.53
HSL 115.2º 0.26% 0.37% -
HSV(B) 115.2º 0.42% 0.47% -
XYZ 10.65 15.33 8.19 -
YUV 100.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 74 120 70 0.38 0 0.42 0.53 115.2 0.26 0.37
Hex 4A 78 46 26 0 2A 35 73 1A 25
Octal 112 170 106 46 0 52 65 163 32 45
Binary 1001010 1111000 1000110 100110 0 101010 110101 1110011 11010 100101

Color Harmonies of #4A7846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7846

Black with #4A7846

Text Example


Text Example

White with #4A7846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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