#45AB49

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

Shades of Fruit Salad #45AB49

Tints of Fruit Salad #45AB49

Color information

#45AB49 (or 0x45AB49) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 49. RGB value is (69,171,73). Sum of RGB (Red+Green+Blue) = 69+171+73=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB49 is #BA54B6. Grayscale: #818181. Windows color (decimal): -12211383 or 4827973. OLE color: 4827973.

HSL color Cylindrical-coordinate representation of color #45AB49: hue angle of 122.35º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB49 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB6917173-
CMYK0.6000.570.33
HSL122.35º42.5%47.06%-
HSV(B)122.35º59.65%67.06%-
XYZ18.2230.8711.3-
YUV129.3396.2184.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=22.04%
G=54.63%
B=23.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171730.6000.570.33122.3542.547.06
Hex45AB493C039217a2a2f
Octal10525311174071411725257
Binary100010110101011100100111110001110011000011111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,73); }

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

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

 a { background-color: rgb(69,171,73); }

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

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

 span { border-color: rgb(69,171,73); }

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