#45AC48

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

Shades of Fruit Salad #45AC48

Tints of Fruit Salad #45AC48

Color information

#45AC48 (or 0x45AC48) is unknown color: approx Fruit Salad. HEX triplet: 45, AC and 48. RGB value is (69,172,72). Sum of RGB (Red+Green+Blue) = 69+172+72=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AC48 is #BA53B7. Grayscale: #828282. Windows color (decimal): -12211128 or 4762693. OLE color: 4762693.

HSL color Cylindrical-coordinate representation of color #45AC48: hue angle of 121.75º degrees, saturation: 0.43, 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 #45AC48 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB6917272-
CMYK0.6000.580.33
HSL121.75º42.74%47.25%-
HSV(B)121.75º59.88%67.45%-
XYZ18.3831.2411.19-
YUV129.895.3884.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=22.04%
G=54.95%
B=23.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69172720.6000.580.33121.7542.7447.25
Hex45AC483C03A217a2b2f
Octal10525411074072411725357
Binary100010110101100100100011110001110101000011111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,172,72); }

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

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

 a { background-color: rgb(69,172,72); }

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

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

 span { border-color: rgb(69,172,72); }

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