#45AD52

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

Shades of Fruit Salad #45AD52

Tints of Fruit Salad #45AD52

Color information

#45AD52 (or 0x45AD52) is unknown color: approx Fruit Salad. HEX triplet: 45, AD and 52. RGB value is (69,173,82). Sum of RGB (Red+Green+Blue) = 69+173+82=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD52 is #BA52AD. Grayscale: #838383. Windows color (decimal): -12210862 or 5418309. OLE color: 5418309.

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

Color convert

RGB6917382-
CMYK0.6000.530.32
HSL127.5º42.98%47.45%-
HSV(B)127.5º60.12%67.84%-
XYZ18.9231.7613.12-
YUV131.53100.0483.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 173 (67.97% from 255) = 53.40%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=21.30%
G=53.40%
B=25.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173820.6000.530.32127.542.9847.45
Hex45AD523C03520802b2f
Octal10525512274065402005357
Binary1000101101011011010010111100011010110000010000000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,173,82); }

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

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

 a { background-color: rgb(69,173,82); }

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

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

 span { border-color: rgb(69,173,82); }

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