Html Css Color HEX #4A7143 Fern Green

📋 copy color: '#4A7143'

red 74 ◦ green 113 ◦ blue 67

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

Shades of Fern Green #4A7143

Tints of Fern Green #4A7143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 29.13%
G = 44.49%
B = 26.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#4A7143 (or 0x4A7143) is known color: Fern Green. HEX triplet: 4A, 71 and 43. RGB value is (74,113,67). Sum of RGB (Red+Green+Blue) = 74+113+67=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7143 is #B58EBC. Grayscale: #606060. Windows color (decimal): -11898557 or 4419914. OLE color: 4419914.

HSL color Cylindrical-coordinate representation of color #4A7143: hue angle of 110.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7143 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 67 -
CMYK 0.35 0 0.41 0.56
HSL 110.87º 0.26% 0.35% -
HSV(B) 110.87º 0.41% 0.44% -
XYZ 9.74 13.67 7.44 -
YUV 96.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 74 113 67 0.35 0 0.41 0.56 110.87 0.26 0.35
Hex 4A 71 43 23 0 29 38 6F 1A 23
Octal 112 161 103 43 0 51 70 157 32 43
Binary 1001010 1110001 1000011 100011 0 101001 111000 1101111 11010 100011

Color Harmonies of #4A7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7143

Black with #4A7143

Text Example


Text Example

White with #4A7143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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