#45AB39

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

Shades of Fruit Salad #45AB39

Tints of Fruit Salad #45AB39

Color information

#45AB39 (or 0x45AB39) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 39. RGB value is (69,171,57). Sum of RGB (Red+Green+Blue) = 69+171+57=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB39 is #BA54C6. Grayscale: #7F7F7F. Windows color (decimal): -12211399 or 3779397. OLE color: 3779397.

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

Color convert

RGB6917157-
CMYK0.6000.670.33
HSL113.68º50%44.71%-
HSV(B)113.68º66.67%67.06%-
XYZ17.7630.698.86-
YUV127.5188.2186.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=23.23%
G=57.58%
B=19.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171570.6000.670.33113.685044.71
Hex45AB393C0432172322d
Octal10525371740103411626255
Binary100010110101011111001111100010000111000011110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,57); }

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

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

 a { background-color: rgb(69,171,57); }

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

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

 span { border-color: rgb(69,171,57); }

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