Html Css Color HEX #4A8646 Fern Green

📋 copy color: '#4A8646'

red 74 ◦ green 134 ◦ blue 70

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

Shades of Fern Green #4A8646

Tints of Fern Green #4A8646

RGB

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

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

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

R = 26.62%
G = 48.2%
B = 25.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#4A8646 (or 0x4A8646) is known color: Fern Green. HEX triplet: 4A, 86 and 46. RGB value is (74,134,70). Sum of RGB (Red+Green+Blue) = 74+134+70=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8646 is #B579B9. Grayscale: #6C6C6C. Windows color (decimal): -11893178 or 4621898. OLE color: 4621898.

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

Color convert

RGB 74 134 70 -
CMYK 0.45 0 0.48 0.47
HSL 116.25º 0.31% 0.4% -
HSV(B) 116.25º 0.48% 0.53% -
XYZ 12.45 18.95 8.8 -
YUV 108.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 74 134 70 0.45 0 0.48 0.47 116.25 0.31 0.4
Hex 4A 86 46 2D 0 30 2F 74 1F 28
Octal 112 206 106 55 0 60 57 164 37 50
Binary 1001010 10000110 1000110 101101 0 110000 101111 1110100 11111 101000

Color Harmonies of #4A8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8646

Black with #4A8646

Text Example


Text Example

White with #4A8646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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