#4A763E

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

Shades of Fern Green #4A763E

Tints of Fern Green #4A763E

Color information

#4A763E (or 0x4A763E) is unknown color: approx Fern Green. HEX triplet: 4A, 76 and 3E. RGB value is (74,118,62). Sum of RGB (Red+Green+Blue) = 74+118+62=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #4A763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A763E is #B589C1. Grayscale: #626262. Windows color (decimal): -11897282 or 4093514. OLE color: 4093514.

HSL color Cylindrical-coordinate representation of color #4A763E: hue angle of 107.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A763E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB7411862-
CMYK0.3700.470.54
HSL107.14º31.11%35.29%-
HSV(B)107.14º47.46%46.27%-
XYZ10.1714.766.87-
YUV98.46107.42110.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.13%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=29.13%
G=46.46%
B=24.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118620.3700.470.54107.1431.1135.29
Hex4A763E2502F366b1f23
Octal1121667645057661533743
Binary100101011101101111101001010101111110110110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,62); }

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

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

 a { background-color: rgb(74,118,62); }

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

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

 span { border-color: rgb(74,118,62); }

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