#45AA4D

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

Shades of Fruit Salad #45AA4D

Tints of Fruit Salad #45AA4D

Color information

#45AA4D (or 0x45AA4D) is unknown color: approx Fruit Salad. HEX triplet: 45, AA and 4D. RGB value is (69,170,77). Sum of RGB (Red+Green+Blue) = 69+170+77=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA4D is #BA55B2. Grayscale: #818181. Windows color (decimal): -12211635 or 5089861. OLE color: 5089861.

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

Color convert

RGB6917077-
CMYK0.5900.550.33
HSL124.75º42.26%46.86%-
HSV(B)124.75º59.41%66.67%-
XYZ18.1730.5511.96-
YUV129.298.5485.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=21.84%
G=53.80%
B=24.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69170770.5900.550.33124.7542.2646.86
Hex45AA4D3B037217d2a2f
Octal10525211573067411755257
Binary100010110101010100110111101101101111000011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,170,77); }

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

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

 a { background-color: rgb(69,170,77); }

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

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

 span { border-color: rgb(69,170,77); }

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