Html Css Color HEX #4A7041 Fern Green

📋 copy color: '#4A7041'

red 74 ◦ green 112 ◦ blue 65

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

Shades of Fern Green #4A7041

Tints of Fern Green #4A7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 29.48%
G = 44.62%
B = 25.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#4A7041 (or 0x4A7041) is known color: Fern Green. HEX triplet: 4A, 70 and 41. RGB value is (74,112,65). Sum of RGB (Red+Green+Blue) = 74+112+65=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7041 is #B58FBE. Grayscale: #5F5F5F. Windows color (decimal): -11898815 or 4288586. OLE color: 4288586.

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

Color convert

RGB 74 112 65 -
CMYK 0.34 0 0.42 0.56
HSL 108.51º 0.27% 0.35% -
HSV(B) 108.51º 0.42% 0.44% -
XYZ 9.57 13.43 7.09 -
YUV 95.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 74 112 65 0.34 0 0.42 0.56 108.51 0.27 0.35
Hex 4A 70 41 22 0 2A 38 6D 1B 23
Octal 112 160 101 42 0 52 70 155 33 43
Binary 1001010 1110000 1000001 100010 0 101010 111000 1101101 11011 100011

Color Harmonies of #4A7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7041

Black with #4A7041

Text Example


Text Example

White with #4A7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,65); }

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

background-color css

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

 a { background-color: rgb(74,112,65); }

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

border-color css

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

 span { border-color: rgb(74,112,65); }

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