Html Css Color HEX #4A8647 Fern Green

📋 copy color: '#4A8647'

red 74 ◦ green 134 ◦ blue 71

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

Shades of Fern Green #4A8647

Tints of Fern Green #4A8647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 26.52%
G = 48.03%
B = 25.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#4A8647 (or 0x4A8647) is known color: Fern Green. HEX triplet: 4A, 86 and 47. RGB value is (74,134,71). Sum of RGB (Red+Green+Blue) = 74+134+71=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8647 is #B579B8. Grayscale: #6D6D6D. Windows color (decimal): -11893177 or 4687434. OLE color: 4687434.

HSL color Cylindrical-coordinate representation of color #4A8647: hue angle of 117.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8647 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 71 -
CMYK 0.45 0 0.47 0.47
HSL 117.14º 0.31% 0.4% -
HSV(B) 117.14º 0.47% 0.53% -
XYZ 12.49 18.96 8.96 -
YUV 108.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 74 134 71 0.45 0 0.47 0.47 117.14 0.31 0.4
Hex 4A 86 47 2D 0 2F 2F 75 1F 28
Octal 112 206 107 55 0 57 57 165 37 50
Binary 1001010 10000110 1000111 101101 0 101111 101111 1110101 11111 101000

Color Harmonies of #4A8647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8647

Black with #4A8647

Text Example


Text Example

White with #4A8647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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