#45AB35

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

Shades of Fruit Salad #45AB35

Tints of Fruit Salad #45AB35

Color information

#45AB35 (or 0x45AB35) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 35. RGB value is (69,171,53). Sum of RGB (Red+Green+Blue) = 69+171+53=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB35 is #BA54CA. Grayscale: #7F7F7F. Windows color (decimal): -12211403 or 3517253. OLE color: 3517253.

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

Color convert

RGB6917153-
CMYK0.6000.690.33
HSL111.86º52.68%43.92%-
HSV(B)111.86º69.01%67.06%-
XYZ17.6630.658.35-
YUV127.0586.2186.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 171 (67.19% from 255) = 58.36%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=23.55%
G=58.36%
B=18.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171530.6000.690.33111.8652.6843.92
Hex45AB353C0452170352c
Octal10525365740105411606554
Binary100010110101011110101111100010001011000011110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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