#4A6E3C

Color #4A6E3C Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #4A6E3C

Tints of Fern Green #4A6E3C

Color information

#4A6E3C (or 0x4A6E3C) is unknown color: approx Fern Green. HEX triplet: 4A, 6E and 3C. RGB value is (74,110,60). Sum of RGB (Red+Green+Blue) = 74+110+60=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E3C is #B591C3. Grayscale: #5D5D5D. Windows color (decimal): -11899332 or 3960394. OLE color: 3960394.

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

Color convert

RGB7411060-
CMYK0.3300.450.57
HSL103.2º29.41%33.33%-
HSV(B)103.2º45.45%43.14%-
XYZ9.2212.936.29-
YUV93.54109.07114.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=30.33%
G=45.08%
B=24.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74110600.3300.450.57103.229.4133.33
Hex4A6E3C2102D39671d21
Octal1121567441055711473541
Binary100101011011101111001000010101101111001110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A6E3C;
 }
 .AnyTagClassName
 {
   color: #4A6E3C;
 }
</style>
background-color css

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

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

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

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

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

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