Html Css Color HEX #4A6F47 Fern Green

📋 copy color: '#4A6F47'

red 74 ◦ green 111 ◦ blue 71

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

Shades of Fern Green #4A6F47

Tints of Fern Green #4A6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.36%

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

R = 28.91%
G = 43.36%
B = 27.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#4A6F47 (or 0x4A6F47) is known color: Fern Green. HEX triplet: 4A, 6F and 47. RGB value is (74,111,71). Sum of RGB (Red+Green+Blue) = 74+111+71=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F47 is #B590B8. Grayscale: #5F5F5F. Windows color (decimal): -11899065 or 4681546. OLE color: 4681546.

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

Color convert

RGB 74 111 71 -
CMYK 0.33 0 0.36 0.56
HSL 115.5º 0.22% 0.36% -
HSV(B) 115.5º 0.36% 0.44% -
XYZ 9.65 13.28 8.02 -
YUV 95.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 74 111 71 0.33 0 0.36 0.56 115.5 0.22 0.36
Hex 4A 6F 47 21 0 24 38 74 16 24
Octal 112 157 107 41 0 44 70 164 26 44
Binary 1001010 1101111 1000111 100001 0 100100 111000 1110100 10110 100100

Color Harmonies of #4A6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F47

Black with #4A6F47

Text Example


Text Example

White with #4A6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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