Html Css Color HEX #4A8547 Fern Green

📋 copy color: '#4A8547'

red 74 ◦ green 133 ◦ blue 71

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

Shades of Fern Green #4A8547

Tints of Fern Green #4A8547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 26.62%
G = 47.84%
B = 25.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#4A8547 (or 0x4A8547) is known color: Fern Green. HEX triplet: 4A, 85 and 47. RGB value is (74,133,71). Sum of RGB (Red+Green+Blue) = 74+133+71=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8547 is #B57AB8. Grayscale: #6C6C6C. Windows color (decimal): -11893433 or 4687178. OLE color: 4687178.

HSL color Cylindrical-coordinate representation of color #4A8547: hue angle of 117.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8547 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 71 -
CMYK 0.44 0 0.47 0.48
HSL 117.1º 0.3% 0.4% -
HSV(B) 117.1º 0.47% 0.52% -
XYZ 12.35 18.69 8.92 -
YUV 108.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 74 133 71 0.44 0 0.47 0.48 117.1 0.3 0.4
Hex 4A 85 47 2C 0 2F 30 75 1E 28
Octal 112 205 107 54 0 57 60 165 36 50
Binary 1001010 10000101 1000111 101100 0 101111 110000 1110101 11110 101000

Color Harmonies of #4A8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8547

Black with #4A8547

Text Example


Text Example

White with #4A8547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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