#4A823D

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

Shades of Fern Green #4A823D

Tints of Fern Green #4A823D

Color information

#4A823D (or 0x4A823D) is unknown color: approx Fern Green. HEX triplet: 4A, 82 and 3D. RGB value is (74,130,61). Sum of RGB (Red+Green+Blue) = 74+130+61=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #4A823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A823D is #B57DC2. Grayscale: #696969. Windows color (decimal): -11894211 or 4031050. OLE color: 4031050.

HSL color Cylindrical-coordinate representation of color #4A823D: hue angle of 108.7º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A823D is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB7413061-
CMYK0.4300.530.49
HSL108.7º36.13%37.45%-
HSV(B)108.7º53.08%50.98%-
XYZ11.6517.767.23-
YUV105.39102.95105.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=27.92%
G=49.06%
B=23.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130610.4300.530.49108.736.1337.45
Hex4A823D2B035316d2425
Octal1122027553065611554445
Binary10010101000001011110110101101101011100011101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,130,61); }

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

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

 a { background-color: rgb(74,130,61); }

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

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

 span { border-color: rgb(74,130,61); }

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