#4AC045

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

Shades of Fruit Salad #4AC045

Tints of Fruit Salad #4AC045

Color information

#4AC045 (or 0x4AC045) is unknown color: approx Fruit Salad. HEX triplet: 4A, C0 and 45. RGB value is (74,192,69). Sum of RGB (Red+Green+Blue) = 74+192+69=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC045 is #B53FBA. Grayscale: #8F8F8F. Windows color (decimal): -11878331 or 4571210. OLE color: 4571210.

HSL color Cylindrical-coordinate representation of color #4AC045: hue angle of 117.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC045 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB7419269-
CMYK0.6100.640.25
HSL117.56º49.4%51.18%-
HSV(B)117.56º64.06%75.29%-
XYZ22.7539.5812.07-
YUV142.786.4179-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 192 (75.39% from 255) = 57.31%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=22.09%
G=57.31%
B=20.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74192690.6100.640.25117.5649.451.18
Hex4AC0453D04019763133
Octal112300105750100311666163
Binary100101011000000100010111110101000000110011110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,192,69); }

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

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

 a { background-color: rgb(74,192,69); }

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

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

 span { border-color: rgb(74,192,69); }

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