#4AAF3F

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

Shades of Fruit Salad #4AAF3F

Tints of Fruit Salad #4AAF3F

Color information

#4AAF3F (or 0x4AAF3F) is unknown color: approx Fruit Salad. HEX triplet: 4A, AF and 3F. RGB value is (74,175,63). Sum of RGB (Red+Green+Blue) = 74+175+63=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF3F is #B550C0. Grayscale: #848484. Windows color (decimal): -11882689 or 4173642. OLE color: 4173642.

HSL color Cylindrical-coordinate representation of color #4AAF3F: hue angle of 114.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAF3F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB7417563-
CMYK0.5800.640.31
HSL114.11º47.06%46.67%-
HSV(B)114.11º64%68.63%-
XYZ19.0532.479.97-
YUV132.0389.0486.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.72%
GREEN value IS 175 (68.75% from 255) = 56.09%
BLUE value IS 63 (25% from 255) = 20.19%
R=23.72%
G=56.09%
B=20.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74175630.5800.640.31114.1147.0646.67
Hex4AAF3F3A0401F722f2f
Octal11225777720100371625757
Binary10010101010111111111111101001000000111111110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,175,63); }

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

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

 a { background-color: rgb(74,175,63); }

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

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

 span { border-color: rgb(74,175,63); }

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