#45AD38

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

Shades of Fruit Salad #45AD38

Tints of Fruit Salad #45AD38

Color information

#45AD38 (or 0x45AD38) is unknown color: approx Fruit Salad. HEX triplet: 45, AD and 38. RGB value is (69,173,56). Sum of RGB (Red+Green+Blue) = 69+173+56=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD38 is #BA52C7. Grayscale: #808080. Windows color (decimal): -12210888 or 3714373. OLE color: 3714373.

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

Color convert

RGB6917356-
CMYK0.6000.680.32
HSL113.33º51.09%44.9%-
HSV(B)113.33º67.63%67.84%-
XYZ18.1131.448.85-
YUV128.5787.0485.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 173 (67.97% from 255) = 58.05%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=23.15%
G=58.05%
B=18.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173560.6000.680.32113.3351.0944.9
Hex45AD383C0442071332d
Octal10525570740104401616355
Binary100010110101101111000111100010001001000001110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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