#4A763B

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

Shades of Fern Green #4A763B

Tints of Fern Green #4A763B

Color information

#4A763B (or 0x4A763B) is unknown color: approx Fern Green. HEX triplet: 4A, 76 and 3B. RGB value is (74,118,59). Sum of RGB (Red+Green+Blue) = 74+118+59=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #4A763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A763B is #B589C4. Grayscale: #626262. Windows color (decimal): -11897285 or 3896906. OLE color: 3896906.

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

Color convert

RGB7411859-
CMYK0.3700.500.54
HSL104.75º33.33%34.71%-
HSV(B)104.75º50%46.27%-
XYZ10.0914.736.45-
YUV98.12105.92110.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=29.48%
G=47.01%
B=23.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118590.3700.500.54104.7533.3334.71
Hex4A763B2503236692123
Octal1121667345062661514143
Binary1001010111011011101110010101100101101101101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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