#45B44D

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

Shades of Fruit Salad #45B44D

Tints of Fruit Salad #45B44D

Color information

#45B44D (or 0x45B44D) is unknown color: approx Fruit Salad. HEX triplet: 45, B4 and 4D. RGB value is (69,180,77). Sum of RGB (Red+Green+Blue) = 69+180+77=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #45B44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B44D is #BA4BB2. Grayscale: #878787. Windows color (decimal): -12209075 or 5092421. OLE color: 5092421.

HSL color Cylindrical-coordinate representation of color #45B44D: hue angle of 124.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B44D is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB6918077-
CMYK0.6200.570.29
HSL124.32º44.58%48.82%-
HSV(B)124.32º61.67%70.59%-
XYZ20.1234.4412.61-
YUV135.0795.2380.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 180 (70.70% from 255) = 55.21%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=21.17%
G=55.21%
B=23.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69180770.6200.570.29124.3244.5848.82
Hex45B44D3E0391D7c2d31
Octal10526411576071351745561
Binary10001011011010010011011111100111001111011111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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