#4AAB38

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

Shades of Fruit Salad #4AAB38

Tints of Fruit Salad #4AAB38

Color information

#4AAB38 (or 0x4AAB38) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 38. RGB value is (74,171,56). Sum of RGB (Red+Green+Blue) = 74+171+56=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB38 is #B554C7. Grayscale: #818181. Windows color (decimal): -11883720 or 3713866. OLE color: 3713866.

HSL color Cylindrical-coordinate representation of color #4AAB38: hue angle of 110.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AAB38 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB7417156-
CMYK0.5700.670.33
HSL110.61º50.66%44.51%-
HSV(B)110.61º67.25%67.06%-
XYZ18.130.878.75-
YUV128.8986.8688.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=24.58%
G=56.81%
B=18.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171560.5700.670.33110.6150.6644.51
Hex4AAB3839043216f332d
Octal11225370710103411576355
Binary100101010101011111000111001010000111000011101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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