Html Css Color HEX #4A7247 Fern Green

📋 copy color: '#4A7247'

red 74 ◦ green 114 ◦ blue 71

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

Shades of Fern Green #4A7247

Tints of Fern Green #4A7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 28.57%
G = 44.02%
B = 27.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#4A7247 (or 0x4A7247) is known color: Fern Green. HEX triplet: 4A, 72 and 47. RGB value is (74,114,71). Sum of RGB (Red+Green+Blue) = 74+114+71=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7247 is #B58DB8. Grayscale: #616161. Windows color (decimal): -11898297 or 4682314. OLE color: 4682314.

HSL color Cylindrical-coordinate representation of color #4A7247: hue angle of 115.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7247 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 71 -
CMYK 0.35 0 0.38 0.55
HSL 115.81º 0.23% 0.36% -
HSV(B) 115.81º 0.38% 0.45% -
XYZ 9.98 13.95 8.13 -
YUV 97.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 74 114 71 0.35 0 0.38 0.55 115.81 0.23 0.36
Hex 4A 72 47 23 0 26 37 74 17 24
Octal 112 162 107 43 0 46 67 164 27 44
Binary 1001010 1110010 1000111 100011 0 100110 110111 1110100 10111 100100

Color Harmonies of #4A7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7247

Black with #4A7247

Text Example


Text Example

White with #4A7247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,71); }

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

background-color css

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

 a { background-color: rgb(74,114,71); }

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

border-color css

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

 span { border-color: rgb(74,114,71); }

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