#45AD36

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

Shades of Fruit Salad #45AD36

Tints of Fruit Salad #45AD36

Color information

#45AD36 (or 0x45AD36) is unknown color: approx Fruit Salad. HEX triplet: 45, AD and 36. RGB value is (69,173,54). Sum of RGB (Red+Green+Blue) = 69+173+54=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD36 is #BA52C9. Grayscale: #808080. Windows color (decimal): -12210890 or 3583301. OLE color: 3583301.

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

Color convert

RGB6917354-
CMYK0.6000.690.32
HSL112.44º52.42%44.51%-
HSV(B)112.44º68.79%67.84%-
XYZ18.0631.428.6-
YUV128.3486.0485.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 173 (67.97% from 255) = 58.45%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=23.31%
G=58.45%
B=18.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173540.6000.690.32112.4452.4244.51
Hex45AD363C0452070342d
Octal10525566740105401606455
Binary100010110101101110110111100010001011000001110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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