#45AE46

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

Shades of Fruit Salad #45AE46

Tints of Fruit Salad #45AE46

Color information

#45AE46 (or 0x45AE46) is unknown color: approx Fruit Salad. HEX triplet: 45, AE and 46. RGB value is (69,174,70). Sum of RGB (Red+Green+Blue) = 69+174+70=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AE46 is #BA51B9. Grayscale: #838383. Windows color (decimal): -12210618 or 4632133. OLE color: 4632133.

HSL color Cylindrical-coordinate representation of color #45AE46: hue angle of 120.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AE46 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB6917470-
CMYK0.6000.600.32
HSL120.57º43.21%47.65%-
HSV(B)120.57º60.34%68.24%-
XYZ18.731.9810.98-
YUV130.7593.7183.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=22.04%
G=55.59%
B=22.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69174700.6000.600.32120.5743.2147.65
Hex45AE463C03C20792b30
Octal10525610674074401715360
Binary100010110101110100011011110001111001000001111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AE46; }

 p { color: rgb(69,174,70); }

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

<style>
 a { background-color: #45AE46; }

 a { background-color: rgb(69,174,70); }

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

<style>
 span { border-color: #45AE46; }

 span { border-color: rgb(69,174,70); }

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