Html Css Color HEX #4A6E3A Fern Green

📋 copy color: '#4A6E3A'

red 74 ◦ green 110 ◦ blue 58

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

Shades of Fern Green #4A6E3A

Tints of Fern Green #4A6E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.45%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 30.58%
G = 45.45%
B = 23.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#4A6E3A (or 0x4A6E3A) is known color: Fern Green. HEX triplet: 4A, 6E and 3A. RGB value is (74,110,58). Sum of RGB (Red+Green+Blue) = 74+110+58=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E3A is #B591C5. Grayscale: #5D5D5D. Windows color (decimal): -11899334 or 3829322. OLE color: 3829322.

HSL color Cylindrical-coordinate representation of color #4A6E3A: hue angle of 101.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A6E3A is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 110 58 -
CMYK 0.33 0 0.47 0.57
HSL 101.54º 0.31% 0.33% -
HSV(B) 101.54º 0.47% 0.43% -
XYZ 9.16 12.91 6.01 -
YUV 93.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 74 110 58 0.33 0 0.47 0.57 101.54 0.31 0.33
Hex 4A 6E 3A 21 0 2F 39 66 1F 21
Octal 112 156 72 41 0 57 71 146 37 41
Binary 1001010 1101110 111010 100001 0 101111 111001 1100110 11111 100001

Color Harmonies of #4A6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6E3A

Black with #4A6E3A

Text Example


Text Example

White with #4A6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,110,58); }

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

background-color css

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

 a { background-color: rgb(74,110,58); }

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

border-color css

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

 span { border-color: rgb(74,110,58); }

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