#4AAF38

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

Shades of Fruit Salad #4AAF38

Tints of Fruit Salad #4AAF38

Color information

#4AAF38 (or 0x4AAF38) is unknown color: approx Fruit Salad. HEX triplet: 4A, AF and 38. RGB value is (74,175,56). Sum of RGB (Red+Green+Blue) = 74+175+56=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF38 is #B550C7. Grayscale: #838383. Windows color (decimal): -11882696 or 3714890. OLE color: 3714890.

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

Color convert

RGB7417556-
CMYK0.5800.680.31
HSL110.92º51.52%45.29%-
HSV(B)110.92º68%68.63%-
XYZ18.8732.49-
YUV131.2485.5487.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=24.26%
G=57.38%
B=18.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74175560.5800.680.31110.9251.5245.29
Hex4AAF383A0441F6f342d
Octal11225770720104371576455
Binary10010101010111111100011101001000100111111101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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