#4A7832

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

Shades of Fern Green #4A7832

Tints of Fern Green #4A7832

Color information

#4A7832 (or 0x4A7832) is unknown color: approx Fern Green. HEX triplet: 4A, 78 and 32. RGB value is (74,120,50). Sum of RGB (Red+Green+Blue) = 74+120+50=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7832 is #B587CD. Grayscale: #626262. Windows color (decimal): -11896782 or 3307594. OLE color: 3307594.

HSL color Cylindrical-coordinate representation of color #4A7832: hue angle of 99.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7832 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB7412050-
CMYK0.3800.580.53
HSL99.43º41.18%33.33%-
HSV(B)99.43º58.33%47.06%-
XYZ10.1215.125.4-
YUV98.27100.76110.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=30.33%
G=49.18%
B=20.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120500.3800.580.5399.4341.1833.33
Hex4A78322603A35632921
Octal1121706246072651435141
Binary1001010111100011001010011001110101101011100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,50); }

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

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

 a { background-color: rgb(74,120,50); }

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

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

 span { border-color: rgb(74,120,50); }

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