Html Css Color HEX #4A8243 Fern Green

📋 copy color: '#4A8243'

red 74 ◦ green 130 ◦ blue 67

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

Shades of Fern Green #4A8243

Tints of Fern Green #4A8243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 27.31%
G = 47.97%
B = 24.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#4A8243 (or 0x4A8243) is known color: Fern Green. HEX triplet: 4A, 82 and 43. RGB value is (74,130,67). Sum of RGB (Red+Green+Blue) = 74+130+67=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8243 is #B57DBC. Grayscale: #6A6A6A. Windows color (decimal): -11894205 or 4424266. OLE color: 4424266.

HSL color Cylindrical-coordinate representation of color #4A8243: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8243 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 67 -
CMYK 0.43 0 0.48 0.49
HSL 113.33º 0.32% 0.39% -
HSV(B) 113.33º 0.48% 0.51% -
XYZ 11.82 17.83 8.13 -
YUV 106.07 105.95 105.12 -
System Red Green Blue C M Y K H S L
Decimal 74 130 67 0.43 0 0.48 0.49 113.33 0.32 0.39
Hex 4A 82 43 2B 0 30 31 71 20 27
Octal 112 202 103 53 0 60 61 161 40 47
Binary 1001010 10000010 1000011 101011 0 110000 110001 1110001 100000 100111

Color Harmonies of #4A8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8243

Black with #4A8243

Text Example


Text Example

White with #4A8243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,67); }

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

background-color css

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

 a { background-color: rgb(74,130,67); }

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

border-color css

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

 span { border-color: rgb(74,130,67); }

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