#4AA438

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

Shades of Fruit Salad #4AA438

Tints of Fruit Salad #4AA438

Color information

#4AA438 (or 0x4AA438) is unknown color: approx Fruit Salad. HEX triplet: 4A, A4 and 38. RGB value is (74,164,56). Sum of RGB (Red+Green+Blue) = 74+164+56=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA438 is #B55BC7. Grayscale: #7D7D7D. Windows color (decimal): -11885512 or 3712074. OLE color: 3712074.

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

Color convert

RGB7416456-
CMYK0.5500.660.36
HSL110º49.09%43.14%-
HSV(B)110º65.85%64.31%-
XYZ16.8128.298.32-
YUV124.7889.1891.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 164 (64.45% from 255) = 55.78%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=25.17%
G=55.78%
B=19.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164560.5500.660.3611049.0943.14
Hex4AA43837042246e312b
Octal11224470670102441566153
Binary100101010100100111000110111010000101001001101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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