#4AC35B

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

Shades of Fern #4AC35B

Tints of Fern #4AC35B

Color information

#4AC35B (or 0x4AC35B) is unknown color: approx Fern. HEX triplet: 4A, C3 and 5B. RGB value is (74,195,91). Sum of RGB (Red+Green+Blue) = 74+195+91=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC35B is #B53CA4. Grayscale: #939393. Windows color (decimal): -11877541 or 6013770. OLE color: 6013770.

HSL color Cylindrical-coordinate representation of color #4AC35B: hue angle of 128.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC35B is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB7419591-
CMYK0.6200.530.24
HSL128.43º50.21%52.75%-
HSV(B)128.43º62.05%76.47%-
XYZ24.2341.2416.58-
YUV146.9696.4175.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 195 (76.56% from 255) = 54.17%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=20.56%
G=54.17%
B=25.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74195910.6200.530.24128.4350.2152.75
Hex4AC35B3E03518803235
Octal11230313376065302006265
Binary100101011000011101101111111001101011100010000000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,195,91); }

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

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

 a { background-color: rgb(74,195,91); }

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

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

 span { border-color: rgb(74,195,91); }

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